Commit 893c5215 authored by figsoda's avatar figsoda
Browse files

factorio: fix eval

parent 3830fa6e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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===