From 16fb0b41472f05de87f08a6ceccea338460ca491 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 27 Jun 2022 16:54:16 +0200 Subject: [PATCH] nix-shell: add dive to inspect images --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 9687749..c27ec24 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,7 @@ in with pkgs; mkShell { buildInputs = [ + dive jq skopeo ] ++ lib.optional (pkgs ? mdsh) pkgs.mdsh;