summaryrefslogtreecommitdiffstats
path: root/pkgs/games/factorio/utils.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/factorio/utils.nix')
-rw-r--r--pkgs/games/factorio/utils.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/factorio/utils.nix b/pkgs/games/factorio/utils.nix
index 2764592a3246..be5b7fd5eccc 100644
--- a/pkgs/games/factorio/utils.nix
+++ b/pkgs/games/factorio/utils.nix
@@ -1,7 +1,7 @@
# This file provides a top-level function that will be used by both nixpkgs and nixos
# to generate mod directories for use at runtime by factorio.
-{ stdenv }:
-with stdenv.lib;
+{ lib, stdenv }:
+with lib;
{
mkModDirDrv = mods: # a list of mod derivations
let