Let hydra choose an alternate list of systems

This commit is contained in:
Shea Levy 2017-06-19 14:21:06 -04:00
parent a1355917ec
commit 04ed11a978
1 changed files with 1 additions and 3 deletions

View File

@ -1,15 +1,13 @@
{ nix ? { outPath = ./.; revCount = 1234; shortRev = "abcdef"; }
, nixpkgs ? { outPath = <nixpkgs>; revCount = 1234; shortRev = "abcdef"; }
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
}:
let
pkgs = import <nixpkgs> {};
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
jobs = rec {