+10
-1
nixos/modules/services/games/factorio.nix
+10
-1
nixos/modules/services/games/factorio.nix
···serverSettingsFile = pkgs.writeText "server-settings.json" (builtins.toJSON (filterAttrsRecursive (n: v: v != null) serverSettings));···
···serverSettingsFile = pkgs.writeText "server-settings.json" (builtins.toJSON (filterAttrsRecursive (n: v: v != null) serverSettings));···
+4
-2
pkgs/games/factorio/default.nix
+4
-2
pkgs/games/factorio/default.nix
······actual = binDists.${stdenv.hostPlatform.system}.${releaseType}.${branch} or (throw "Factorio ${releaseType}-${branch} binaries for ${stdenv.hostPlatform.system} are not available for download.");···
······actual = binDists.${stdenv.hostPlatform.system}.${releaseType}.${branch} or (throw "Factorio ${releaseType}-${branch} binaries for ${stdenv.hostPlatform.system} are not available for download.");···
+4
-2
pkgs/games/factorio/utils.nix
+4
-2
pkgs/games/factorio/utils.nix
······
······