Convert to flakes

Convert the install to flakes
Move home-manager into core repository
This commit is contained in:
Greg Hellings
2022-04-18 11:38:06 -05:00
parent 1326dc61a8
commit 13be0b0895
8 changed files with 356 additions and 8 deletions
Generated
+22
View File
@@ -18,6 +18,27 @@
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1649887911,
"narHash": "sha256-Af0Ppb1RZ7HWuxUvF0/O7h3cy8tqU2eKFyVwyA1ZD+w=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7244c6715cb8f741f3b3e1220a9279e97b2ed8f5",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-21.11",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1638587357,
@@ -53,6 +74,7 @@
"root": {
"inputs": {
"agenix": "agenix",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs_2"
}
}