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" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1714879853, "lastModified": 1716561646,
"narHash": "sha256-URv/JEimxdhCEgokhY9xdMF09iGX8UE96GXFs3RXiJg=", "narHash": "sha256-UIGtLO89RxKt7RF2iEgPikSdU53r6v/6WYB0RW3k89I=",
"owner": "qowoz", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "0248db39f453e47c04f39922d170e11b78fa026a", "rev": "c2fc0762bbe8feb06a2e59a364fa81b3a57671c9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "qowoz", "owner": "ryantm",
"ref": "darwin",
"repo": "agenix", "repo": "agenix",
"type": "github" "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 # actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
srvos.inputs.nixpkgs.follows = "nixpkgs"; srvos.inputs.nixpkgs.follows = "nixpkgs";
# rebased patch from https://github.com/ryantm/agenix/pull/241 agenix.url = "github:ryantm/agenix";
agenix.url = "github:qowoz/agenix/darwin";
agenix.inputs.nixpkgs.follows = "nixpkgs"; agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = ""; agenix.inputs.home-manager.follows = "";
agenix.inputs.darwin.follows = "nix-darwin"; agenix.inputs.darwin.follows = "nix-darwin";