From a6dc8110ba3e4ac56b6b92171c4cb9cf4168e9fd Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 12 Oct 2023 15:58:12 +0200 Subject: feat(flake): add (r)agenix --- flake.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'flake.nix') 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 = { -- cgit 1.4.1