nix-shell: add dive to inspect images

This commit is contained in:
zimbatm 2022-06-27 16:54:16 +02:00
parent 9bf2f6be8c
commit 16fb0b4147
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -5,6 +5,7 @@ in
with pkgs;
mkShell {
buildInputs = [
dive
jq
skopeo
] ++ lib.optional (pkgs ? mdsh) pkgs.mdsh;