add python.grip to devshell for README.md rendering

This commit is contained in:
2022-10-04 14:41:54 +02:00
parent 1acaa35515
commit e0c8ee2f53

View File

@@ -3,6 +3,7 @@
, ssh-to-pgp , ssh-to-pgp
, sops-init-gpg-key , sops-init-gpg-key
, sops , sops
, pkgs
}: }:
mkShell { mkShell {
@@ -16,5 +17,6 @@ mkShell {
sops-import-keys-hook sops-import-keys-hook
sops-init-gpg-key sops-init-gpg-key
sops sops
pkgs.python310Packages.grip
]; ];
} }