forked from kalipso/infrastructure
add python.grip to devshell for README.md rendering
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user