mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
factorio: fixup my eval fixup f9ea527a02
This commit is contained in:
parent
936dca89df
commit
3a93d9c516
@ -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 New Issue
Block a user