3
0
Fork 0
forked from mirrors/nixpkgs

Disable Darwin builds until we get the Darwin machine back

This commit is contained in:
Eelco Dolstra 2014-10-22 16:06:33 +02:00
parent 34ec068a46
commit bb8500393b

View file

@ -12,7 +12,7 @@
{ nixpkgs ? { outPath = (import ./all-packages.nix {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
, officialRelease ? false
, # The platforms for which we build Nixpkgs.
supportedSystems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]
supportedSystems ? [ "x86_64-linux" "i686-linux" /* "x86_64-darwin" */ ]
}:
with import ./release-lib.nix { inherit supportedSystems; };