Add sops to devshell
This commit is contained in:
parent
c97bd14b1b
commit
93f98a6b6c
1 changed files with 5 additions and 3 deletions
|
@ -234,10 +234,12 @@
|
|||
backscrub = flake-utils.lib.mkApp { drv = packages.backscrub; };
|
||||
};
|
||||
|
||||
devShell = with pkgs;
|
||||
devShells.default = with pkgs;
|
||||
mkShell {
|
||||
# nativeBuildInputs = [ sops ssh-to-pgp ];
|
||||
# packages = [ sops ];
|
||||
nativeBuildInputs = [
|
||||
pkgs.sops
|
||||
ssh-to-pgp
|
||||
];
|
||||
};
|
||||
|
||||
formatter = pkgs.nixpkgs-fmt;
|
||||
|
|
Loading…
Reference in a new issue