From 8af97609c6596f62780745a0e4b7c12c520946e5 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 9 Apr 2023 12:59:18 +0200 Subject: Fix(secrets): Secrets now work --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 959eb8ed..e7906724 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,10 @@ url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; }; + ragenix = { + url = "github:yaxitech/ragenix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; impermanence = { url = "github:nix-community/impermanence"; }; @@ -89,7 +93,6 @@ "steam" "steam-original" ]; - inherit system; }; in { @@ -145,7 +148,7 @@ }; devShells."${system}" = { default = pkgs.mkShell { - packages = with pkgs; [nil alejandra statix]; + packages = with pkgs; [nil alejandra statix inputs.ragenix.packages."${system}".default]; }; }; }; -- cgit 1.4.1