add sops to dev shell
This commit is contained in:
parent
0710649286
commit
43337d46a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue