Skip to content

Commit

Permalink
nixos/podman: remove unused mkMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and zowoq committed Feb 3, 2023
1 parent 6948768 commit 7a7ff87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nixos/modules/virtualisation/podman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -241,6 +241,5 @@ in
'';
}
];
}
]);
};
}

0 comments on commit 7a7ff87

Please sign in to comment.