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
commit 6f558d3009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ in
}; };
config = lib.mkIf cfg.enable (lib.mkMerge [ config = lib.mkIf cfg.enable
{ {
environment.systemPackages = [ cfg.package ] environment.systemPackages = [ cfg.package ]
++ lib.optional cfg.dockerCompat dockerCompat; ++ lib.optional cfg.dockerCompat dockerCompat;
@ -235,6 +235,5 @@ in
''; '';
} }
]; ];
} };
]);
} }