about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Peyton Jones <michaelpj@gmail.com>2017-07-19 22:09:18 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-07-20 20:32:25 +0200
commitb09c87ab47183a5a8e0184643e928edb24d2c19c (patch)
tree912e5862295237e8b94cb1b17c522f9d24f803ed
parent226964861f10622f89ba74a9fea9b4ca6a64d8d3 (diff)
downloadnixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.tar
nixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.tar.gz
nixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.tar.bz2
nixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.tar.lz
nixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.tar.xz
nixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.tar.zst
nixlib-b09c87ab47183a5a8e0184643e928edb24d2c19c.zip
Factorio service: fix typo in attribute path
-rw-r--r--nixos/modules/services/games/factorio.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/games/factorio.nix b/nixos/modules/services/games/factorio.nix
index e7f070d08773..1dc8ce93a0e5 100644
--- a/nixos/modules/services/games/factorio.nix
+++ b/nixos/modules/services/games/factorio.nix
@@ -39,7 +39,7 @@ let
     admins = [];
   };
   serverSettingsFile = pkgs.writeText "server-settings.json" (builtins.toJSON (filterAttrsRecursive (n: v: v != null) serverSettings));
-  modDir = pkgs.factorio-mkModDirDrv cfg.mods;
+  modDir = pkgs.factorio-utils.mkModDirDrv cfg.mods;
 in
 {
   options = {