Trying out a seperate hosts flake

This commit is contained in:
2021-08-09 14:14:00 -07:00
parent ee77c14b0e
commit c3fe6c59e3
2 changed files with 37 additions and 14 deletions
Generated
+31 -1
View File
@@ -21,6 +21,20 @@
"type": "github"
}
},
"hosts": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"narHash": "sha256-LbajVWkqSpZt2SW7tGqxIn391hCT02AyokxFuNyA/4w=",
"path": "../fudo-hosts",
"type": "path"
},
"original": {
"path": "../fudo-hosts",
"type": "path"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1628427351,
@@ -36,10 +50,26 @@
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1628427351,
"narHash": "sha256-WuZUIQ07AvRw+T9wvQ3qFf8MXmKZ+ktZz9drNgWXDbs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "348bc5de8bca09c624f5c4975f538684da4713d2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-21.05",
"type": "indirect"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
"hosts": "hosts",
"nixpkgs": "nixpkgs_2"
}
}
},