factorio: fixup my eval fixup f9ea527a027
This commit is contained in:
parent
936dca89df
commit
3a93d9c516
@ -26,7 +26,7 @@ let
|
|||||||
demo = bdist { };
|
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
|
bdistForArch = arch: { sha256 ? null
|
||||||
, version ? "0.15.34"
|
, version ? "0.15.34"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user