Loading pkgs/games/factorio/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -19,13 +19,13 @@ , stdenv , wayland , mods ? [ ] , mods-dat ? null , versionsJson ? ./versions.json , username ? "" , token ? "" # get/reset token at https://factorio.com/profile , experimental ? false # true means to always use the latest branch }: , ... } @ args: assert releaseType == "alpha" || releaseType == "headless" Loading @@ -35,6 +35,8 @@ let inherit (lib) importJSON; mods = args.mods or [ ]; helpMsg = '' ===FETCH FAILED=== Loading Loading
pkgs/games/factorio/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -19,13 +19,13 @@ , stdenv , wayland , mods ? [ ] , mods-dat ? null , versionsJson ? ./versions.json , username ? "" , token ? "" # get/reset token at https://factorio.com/profile , experimental ? false # true means to always use the latest branch }: , ... } @ args: assert releaseType == "alpha" || releaseType == "headless" Loading @@ -35,6 +35,8 @@ let inherit (lib) importJSON; mods = args.mods or [ ]; helpMsg = '' ===FETCH FAILED=== Loading