diff --git a/flake.nix b/flake.nix index 3929e51..e620c0c 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,7 @@ in { devShells.default = pkgs.mkShell { - buildInputs = [ pkgs.deploy-rs ]; + buildInputs = [ pkgs.deploy-rs pkgs.sops ]; }; checks = deployLib.deployChecks self.deploy; }