summary refs log blame commit diff
path: root/maintainers/scripts/hydra_eval_check
blob: e16a40455a31f35f82ab098a05d14a6b16b881d3 (plain) (tree)
1
2
3
4
5
6
7






                                               




                                                                      
#! /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-cygwin \
  --argstr system i686-freebsd \
  --arg officialRelease false \
  --arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \
  $@