feat(flake): switch from agenix to ragenix

This commit is contained in:
Felix Schröter 2023-08-10 11:43:39 +02:00
parent 574ab24e05
commit 3941ac0182
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 109 additions and 8 deletions

View file

@ -21,8 +21,9 @@
nur.url = "github:nix-community/NUR/master";
agenix = {
url = "github:ryantm/agenix";
url = "github:yaxitech/ragenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
deploy-rs = {