revert nur flake input

add homeage flake input
This commit is contained in:
Pim Kunis 2023-10-09 20:56:41 +02:00
parent 848a040202
commit d0e1490628
4 changed files with 36 additions and 9 deletions

21
flake.lock generated
View file

@ -16,6 +16,26 @@
"url": "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"
}
},
"homeage": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1669234151,
"narHash": "sha256-TwT87E3m2TZLgwYJESlype14HxUOrRGojPM5C2akrMg=",
"owner": "jordanisaacs",
"repo": "homeage",
"rev": "02bfe4ca06962d222e522fff0240c93946b20278",
"type": "github"
},
"original": {
"owner": "jordanisaacs",
"repo": "homeage",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1696697597,
@ -50,6 +70,7 @@
"root": {
"inputs": {
"home-manager": "home-manager",
"homeage": "homeage",
"nixpkgs": "nixpkgs",
"nur": "nur"
}