Skip to content

Commit

Permalink
factorio: fixup my eval fixup f9ea527
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 7, 2017
1 parent 936dca8 commit 3a93d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/factorio/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit 3a93d9c

Please sign in to comment.