at master 383 B view raw
1#! /bin/sh 2 3# give absolute path of release.nix as argument 4hydra_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; }" \ 13 $@