nixos/podman: remove unused mkMerge

This commit is contained in:
Sandro Jäckel
2023-02-03 12:05:39 +10:00
committed by zowoq
parent 6948768c4a
commit 7a7ff877b7
@@ -147,7 +147,7 @@ in
};
config = lib.mkIf cfg.enable (lib.mkMerge [
config = lib.mkIf cfg.enable
{
environment.systemPackages = [ cfg.package ]
++ lib.optional cfg.dockerCompat dockerCompat;
@@ -241,6 +241,5 @@ in
'';
}
];
}
]);
};
}