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;