Factorio service: fix typo in attribute path

wip/yesman
Michael Peyton Jones 7 years ago committed by Franz Pletz
parent 226964861f
commit b09c87ab47
  1. 2
      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 = {

Loading…
Cancel
Save