factorio: fix eval

This commit is contained in:
figsoda 2023-05-14 10:27:47 -04:00
parent 3830fa6e28
commit 893c521565

View File

@ -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"
@ -35,6 +35,8 @@ let
inherit (lib) importJSON;
mods = args.mods or [ ];
helpMsg = ''
===FETCH FAILED===