factorio: fixup my eval fixup f9ea527a02

This commit is contained in:
Vladimír Čunát 2017-09-07 23:15:08 +02:00
parent 936dca89df
commit 3a93d9c516
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -26,7 +26,7 @@ let
demo = bdist { };
};
};
actual = binDists.${stdenv.system}.${releaseType} or throw "Factorio: unsupported platform";
actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform");
bdistForArch = arch: { sha256 ? null
, version ? "0.15.34"