Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
383 B
Bash
Executable file
13 lines
383 B
Bash
Executable file
#! /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 x86_64-cygwin \
|
|
--argstr system i686-freebsd \
|
|
--arg officialRelease false \
|
|
--arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \
|
|
$@
|