factorio: fixup my eval fixup f9ea527a02
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user