diff --git a/maintainers/scripts/hydra_eval_check b/maintainers/scripts/hydra_eval_check new file mode 100755 index 00000000000..07bf576df4b --- /dev/null +++ b/maintainers/scripts/hydra_eval_check @@ -0,0 +1,13 @@ +#! /bin/sh + +# give absolute path of release.nix as argument +hydra_eval_jobs \ + --argstr system x86_64-linux \ + --argstr system i686-linux \ + --argstr system x86_64-darwin \ + --argstr system i686-darwin \ + --argstr system i686-cygwin \ + --argstr system i686-freebsd \ + --arg officialRelease false \ + --arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \ + $@