Skip to content

Commit

Permalink
nixos: build for aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 13, 2017
1 parent 065c05e commit b806e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/release-combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nixos/release.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit b806e25

Please sign in to comment.