diff options
author | sils <sils@sils.li> | 2023-10-12 15:58:12 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-10-12 15:58:12 +0200 |
commit | a6dc8110ba3e4ac56b6b92171c4cb9cf4168e9fd (patch) | |
tree | d65bfab3c5952919b35742acb83b9b0cec693b45 /flake.nix | |
parent | build(flake): update (diff) | |
download | nix-config-a6dc8110ba3e4ac56b6b92171c4cb9cf4168e9fd.tar.gz nix-config-a6dc8110ba3e4ac56b6b92171c4cb9cf4168e9fd.zip |
feat(flake): add (r)agenix
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 39387a2..9f54ece 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,13 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + agenix = { + url = "github:ryantm/agenix"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; + }; + impermanence.url = "github:nix-community/impermanence"; # inputs for following @@ -61,6 +68,16 @@ systems.follows = "systems"; }; }; + ragenix = { + url = "github:yaxitech/ragenix"; + inputs = { + nixpkgs.follows = "nixpkgs"; + agenix.follows = "agenix"; + flake-utils.follows = "flake-utils"; + rust-overlay.follows = "rust-overlay"; + crane.follows = "crane"; + }; + }; river_init_lesser = { url = "git+https://codeberg.org/soispha/river_keymap_init.git"; inputs = { |