factorio: fixup my eval fixup f9ea527a02
This commit is contained in:
parent
936dca89df
commit
3a93d9c516
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue