From 860849935a7217abad8bff08d00aa1375a383021 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 10:33:16 +0100 Subject: [PATCH] Can't do that I guess --- podman/flake.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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]; };