From 04ed11a978bf70e04042df95f8b125c2977e070d Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 19 Jun 2017 14:21:06 -0400 Subject: [PATCH] Let hydra choose an alternate list of systems --- release.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release.nix b/release.nix index aa2ee729..af7611fb 100644 --- a/release.nix +++ b/release.nix @@ -1,15 +1,13 @@ { nix ? { outPath = ./.; revCount = 1234; shortRev = "abcdef"; } , nixpkgs ? { outPath = ; revCount = 1234; shortRev = "abcdef"; } , officialRelease ? false +, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ] }: let pkgs = import {}; - systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]; - - jobs = rec {