nixos: build for aarch64-linux

This commit is contained in:
Graham Christensen 2017-03-13 17:34:33 -04:00
parent 065c05e849
commit b806e25d65
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C
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" ]
, supportedSystems ? [ "x86_64-linux" "i686-linux" "aarch64-linux" ]
}:
let

View File

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