diff options
| author | seth <[email protected]> | 2023-04-26 05:19:06 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-26 05:21:18 -0400 |
| commit | f3449058162033724516e6938ea8c0db3493cc58 (patch) | |
| tree | ee48c244d1f081b8eca12dfe68c0692bf0ca232d /flake.nix | |
| parent | 604f9495b8191644f2334e9b2cf28407bab6d428 (diff) | |
agenix -> ragenix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -15,10 +15,6 @@ inputs = { nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; - agenix = { - url = "github:ryantm/agenix"; - inputs.nixpkgs.follows = "nixpkgsUnstable"; - }; # this is just to avoid having multiple versions in flake.lock flake-compat = { url = "github:edolstra/flake-compat"; @@ -90,19 +86,23 @@ inputs.flake-compat.follows = "flake-compat"; inputs.flake-utils.follows = "flake-utils"; }; + ragenix = { + url = "github:yaxitech/ragenix"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; + }; }; outputs = inputs @ { self, - agenix, - haumea, + flake-parts, getchoo, + haumea, hercules-ci-effects, nixpkgs, nixinate, openwrt-imagebuilder, pre-commit-hooks, - flake-parts, + ragenix, ... }: let inherit (getchooLib.configs) mapHMUsers mapHosts; @@ -200,7 +200,7 @@ packages = with inputs; with pkgs; [ actionlint - agenix.packages.${system}.agenix + ragenix.packages.${system}.ragenix alejandra deadnix fzf |
