diff --git a/shell.nix b/shell.nix index 068df444..76dd87c7 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,7 @@ , ssh-to-pgp , sops-init-gpg-key , sops +, pkgs }: mkShell { @@ -16,5 +17,6 @@ mkShell { sops-import-keys-hook sops-init-gpg-key sops + pkgs.python310Packages.grip ]; }