factorio: fixup my eval fixup f9ea527a027

+1 -1
+1 -1
pkgs/games/factorio/default.nix
··· 26 26 demo = bdist { }; 27 27 }; 28 28 }; 29 - actual = binDists.${stdenv.system}.${releaseType} or throw "Factorio: unsupported platform"; 29 + actual = binDists.${stdenv.system}.${releaseType} or (throw "Factorio: unsupported platform"); 30 30 31 31 bdistForArch = arch: { sha256 ? null 32 32 , version ? "0.15.34"