mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
21de0b5f23
svn path=/nixpkgs/trunk/; revision=24396
13 lines
381 B
Bash
Executable file
13 lines
381 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-darwin \
|
|
--argstr system i686-cygwin \
|
|
--argstr system i686-freebsd \
|
|
--arg officialRelease false \
|
|
--arg nixpkgs "{ outPath = builtins.storePath ./. ; rev = 1234; }" \
|
|
$@
|