From 19dbe4c2267797bb14e900b9ce1bb13570baa053 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 11 Aug 2024 09:52:16 +0100 Subject: [PATCH] Add agenix to devshell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 90c78e8..7b9d283 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ devShells.x86_64-linux.default = nixpkgs.legacyPackages.x86_64-linux.mkShell { buildInputs = [ + inputs.agenix.packages.x86_64-linux.agenix inputs.deploy-rs.packages.x86_64-linux.deploy-rs ]; };