Merge pull request #212599 from SuperSandro2000/podman-cleanup

This commit is contained in:
Sandro
2023-03-27 00:05:30 +02:00
committed by GitHub
@@ -149,7 +149,7 @@ in
};
config = lib.mkIf cfg.enable (lib.mkMerge [
config = lib.mkIf cfg.enable
{
environment.systemPackages = [ cfg.package ]
++ lib.optional cfg.dockerCompat dockerCompat;
@@ -235,6 +235,5 @@ in
'';
}
];
}
]);
};
}