Let hydra choose an alternate list of systems
This commit is contained in:
parent
a1355917ec
commit
04ed11a978
1 changed files with 1 additions and 3 deletions
|
@ -1,15 +1,13 @@
|
||||||
{ nix ? { outPath = ./.; revCount = 1234; shortRev = "abcdef"; }
|
{ nix ? { outPath = ./.; revCount = 1234; shortRev = "abcdef"; }
|
||||||
, nixpkgs ? { outPath = <nixpkgs>; revCount = 1234; shortRev = "abcdef"; }
|
, nixpkgs ? { outPath = <nixpkgs>; revCount = 1234; shortRev = "abcdef"; }
|
||||||
, officialRelease ? false
|
, officialRelease ? false
|
||||||
|
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
pkgs = import <nixpkgs> {};
|
pkgs = import <nixpkgs> {};
|
||||||
|
|
||||||
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];
|
|
||||||
|
|
||||||
|
|
||||||
jobs = rec {
|
jobs = rec {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue