Revert "nixos: build for aarch64-linux"

This reverts commit b806e25d65.

This seems to push Hydra's memory usage out of the roof fail nixos
evaluating with:

Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

Let's revert this for now. It's not a big deal at all since the
nixpkgs-unstable jobset is still building the packages.
This commit is contained in:
Tuomas Tynkkynen 2017-03-20 10:30:51 +02:00
parent e4d39749f2
commit 74c4e30842
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
, supportedSystems ? [ "x86_64-linux" "i686-linux" ]
}:
let

View file

@ -1,6 +1,6 @@
{ nixpkgs ? { outPath = ./..; revCount = 56789; shortRev = "gfedcba"; }
, stableBranch ? false
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
, supportedSystems ? [ "x86_64-linux" "i686-linux" ]
}:
with import ../lib;