mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.lock
This commit is contained in:
2026-03-05 12:02:32 +07:00
parent 4bc135b0ad
commit 5053c766d1
2 changed files with 19 additions and 4 deletions

20
flake.lock generated
View File

@@ -315,13 +315,27 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_3": {
"locked": {
"lastModified": 1767313136,
"narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
},
"robotnix": { "robotnix": {
"inputs": { "inputs": {
"androidPkgs": "androidPkgs", "androidPkgs": "androidPkgs",
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"nixpkgs": [ "nixpkgs": "nixpkgs_3",
"nixpkgs"
],
"treefmt-nix": [ "treefmt-nix": [
"treefmt-nix" "treefmt-nix"
] ]

View File

@@ -23,7 +23,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
robotnix = { robotnix = {
inputs.treefmt-nix.follows = "treefmt-nix"; inputs.treefmt-nix.follows = "treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/robotnix"; url = "github:nix-community/robotnix";
}; };
treefmt-nix = { treefmt-nix = {
@@ -52,6 +52,7 @@
./machines ./machines
./routers ./routers
./phones
./inventories ./inventories
./overlays ./overlays
./tests ./tests