Can't do that I guess

This commit is contained in:
Lillian Violet 2024-02-06 10:33:16 +01:00
parent 3d7540e3d0
commit 860849935a

View file

@ -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];
};