Avoid top-level with ...; in pkgs/games/factorio/mods.nix

This commit is contained in:
Philip Taron
2024-03-31 00:42:56 +01:00
committed by Valentin Gagarin
parent 71488a1fb6
commit 75d2271a90
+1 -1
View File
@@ -7,7 +7,7 @@
, allRecommendedMods ? true
, allOptionalMods ? false
}:
with lib;
let
modDrv = factorio-utils.modDrv { inherit allRecommendedMods allOptionalMods; };
in