vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / maintainers / scripts / hydra_eval_check
blobc8e03424f32080a804f36678883dea0adb9b4943
1 #! /bin/sh
3 # give absolute path of release.nix as argument
4 hydra_eval_jobs \
5 --argstr system x86_64-linux \
6 --argstr system i686-linux \
7 --argstr system x86_64-darwin \
8 --argstr system i686-cygwin \
9 --argstr system x86_64-cygwin \
10 --argstr system i686-freebsd \
11 --arg officialRelease false \
12 --arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \