diff --git a/podman/flake.nix b/podman/flake.nix index 299d41c..908626f 100644 --- a/podman/flake.nix +++ b/podman/flake.nix @@ -14,14 +14,7 @@ pkgs = import nixpkgs {inherit system;}; }); in { - devShells = forEachSupportedSystem ({ - pkgs, - #config, - }: { - # virtualisation.podman = { - # enable = true; - # dockerCompat = true; - # }; + devShells = forEachSupportedSystem ({pkgs}: { default = pkgs.mkShell { packages = with pkgs; [podman podman-compose]; };