feat: replace agenix with ragenix

This commit is contained in:
Ryan Yin
2023-12-20 15:37:33 +08:00
parent d57e3ff61b
commit a07dfbe36a
3 changed files with 155 additions and 48 deletions
+5 -3
View File
@@ -140,10 +140,12 @@
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
# secrets management, lock with git commit at 0.14.0
# secrets management
agenix = {
url = "github:ryantm/agenix/54693c91d923fecb4cf04c4535e3d84f8dec7919";
# lock with git commit at 0.14.0
# url = "github:ryantm/agenix/54693c91d923fecb4cf04c4535e3d84f8dec7919";
# replaced with a type-safe reimplementation to get a better error message and less bugs.
url = "github:ryan4yin/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
};