tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
factorio: fixup my eval fixup f9ea527a027
Vladimír Čunát
8 years ago
3a93d9c5
936dca89
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
factorio
default.nix
+1
-1
pkgs/games/factorio/default.nix
···
26
26
demo = bdist { };
27
27
};
28
28
};
29
29
-
actual = binDists.${stdenv.system}.${releaseType} or throw "Factorio: unsupported platform";
29
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"