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

This commit is contained in:
Philip Taron 2024-03-14 11:40:12 -07:00 committed by Valentin Gagarin
parent 71488a1fb6
commit 75d2271a90

View file

@ -7,7 +7,7 @@
, allRecommendedMods ? true
, allOptionalMods ? false
}:
with lib;
let
modDrv = factorio-utils.modDrv { inherit allRecommendedMods allOptionalMods; };
in