add sops to dev shell

This commit is contained in:
Chris Dombroski 2024-05-04 13:05:26 -04:00
parent 0710649286
commit 43337d46a4

View file

@ -83,7 +83,7 @@
in in
{ {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = [ pkgs.deploy-rs ]; buildInputs = [ pkgs.deploy-rs pkgs.sops ];
}; };
checks = deployLib.deployChecks self.deploy; checks = deployLib.deployChecks self.deploy;
} }