nix-shell: add dive to inspect images
This commit is contained in:
parent
9bf2f6be8c
commit
16fb0b4147
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
dive
|
||||||
jq
|
jq
|
||||||
skopeo
|
skopeo
|
||||||
] ++ lib.optional (pkgs ? mdsh) pkgs.mdsh;
|
] ++ lib.optional (pkgs ? mdsh) pkgs.mdsh;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue