summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2024-03-14 11:40:12 -0700
committerValentin Gagarin <valentin.gagarin@tweag.io>2024-03-31 00:42:56 +0100
commit75d2271a90e2fc6f1ececc3e5faa9467901fc9e0 (patch)
treee50a644cabad8d3bc80560718faa4803b7378ba7 /pkgs/games
parent71488a1fb6d2afbc6f90ff622e5ee151628fe2db (diff)
Avoid top-level `with ...;` in pkgs/games/factorio/mods.nix
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/factorio/mods.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/factorio/mods.nix b/pkgs/games/factorio/mods.nix
index 7327b9e22870..9a06453ccce8 100644
--- a/pkgs/games/factorio/mods.nix
+++ b/pkgs/games/factorio/mods.nix
@@ -7,7 +7,7 @@
, allRecommendedMods ? true
, allOptionalMods ? false
}:
-with lib;
+
let
modDrv = factorio-utils.modDrv { inherit allRecommendedMods allOptionalMods; };
in