flake: unpin agenix

This commit is contained in:
zowoq 2024-05-25 09:29:59 +10:00
parent df589eed39
commit 7557c5dbf0
2 changed files with 6 additions and 8 deletions

11
flake.lock generated
View file

@ -12,16 +12,15 @@
"systems": "systems"
},
"locked": {
"lastModified": 1714879853,
"narHash": "sha256-URv/JEimxdhCEgokhY9xdMF09iGX8UE96GXFs3RXiJg=",
"owner": "qowoz",
"lastModified": 1716561646,
"narHash": "sha256-UIGtLO89RxKt7RF2iEgPikSdU53r6v/6WYB0RW3k89I=",
"owner": "ryantm",
"repo": "agenix",
"rev": "0248db39f453e47c04f39922d170e11b78fa026a",
"rev": "c2fc0762bbe8feb06a2e59a364fa81b3a57671c9",
"type": "github"
},
"original": {
"owner": "qowoz",
"ref": "darwin",
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}

View file

@ -21,8 +21,7 @@
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
srvos.inputs.nixpkgs.follows = "nixpkgs";
# rebased patch from https://github.com/ryantm/agenix/pull/241
agenix.url = "github:qowoz/agenix/darwin";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "";
agenix.inputs.darwin.follows = "nix-darwin";