diff --git a/shell.nix b/shell.nix index 6886262..d135a15 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ { pkgs ? import {} }: with pkgs; mkShell { - packages = [ go gcc qemu ]; + packages = [ go gcc qemu podman ]; }