mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Avoid top-level with ...;
in pkgs/games/factorio/mods.nix
This commit is contained in:
parent
71488a1fb6
commit
75d2271a90
@ -7,7 +7,7 @@
|
||||
, allRecommendedMods ? true
|
||||
, allOptionalMods ? false
|
||||
}:
|
||||
with lib;
|
||||
|
||||
let
|
||||
modDrv = factorio-utils.modDrv { inherit allRecommendedMods allOptionalMods; };
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user