feat: switch back to agenix

This commit is contained in:
Felix Schröter 2024-05-26 17:03:35 +02:00
parent 0470e71817
commit b39eb019e9
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 13 additions and 90 deletions

View file

@ -4,12 +4,10 @@ rec {
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
"https://wurzelpfropf.cachix.org" # ragenix
"https://felschr.cachix.org"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="
"felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A="
];
};
@ -44,7 +42,7 @@ rec {
};
agenix = {
url = "github:yaxitech/ragenix";
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};