Hydra: Difference between revisions
imported>Makefu |
imported>Makefu No edit summary |
||
| Line 46: | Line 46: | ||
* check interval: 60 | * check interval: 60 | ||
* scheduling shares: 1 | * scheduling shares: 1 | ||
* Input | * Inputs: | ||
{| class="wikitable" | |||
|- | |||
! Input Name !! Type !! Value !! Note | |||
|- | |||
| nixpkgs || git checkout || https://github.com/nixos/nixpkgs-channels nixos-17.09 || will check out branch nixos-17.09, will be made available to the nix expression via <code><nixpkgs></code>. | |||
|- | |||
| hydra-example || git checkout || https://github.com/makefu/hydra-example || hydra-example is used by the jobset as input, release.nix is in the root directory | |||
|} | |||
== Internals == | == Internals == | ||