Hydra, for Lix
Find a file
Eelco Dolstra 3fcfa20d1a Fix regression caused by ee2e9f53
‘basicDrv.inputSrcs’ also contains the outputs of inputDrvs. These
don't necessarily exist in the local store, so copying them may cause
an exception. We should only copy the real inputSrcs.
2016-10-24 16:49:11 +02:00
doc svn.nixos.org -> github.com 2016-10-12 18:00:34 +02:00
src Fix regression caused by ee2e9f53 2016-10-24 16:49:11 +02:00
tests Concurrent hydra-evaluator 2016-10-14 14:22:12 +02:00
.gitignore Shut up warnings 2015-05-28 17:38:17 +02:00
bootstrap hydra: Simplify `bootstrap'. 2011-01-14 10:52:47 +00:00
configure.ac Concurrent hydra-evaluator 2016-10-14 14:22:12 +02:00
COPYING hydra: revert license change 2010-03-29 14:16:46 +00:00
hydra-module.nix services.hydra -> services.hydra-dev 2016-10-10 11:29:15 +02:00
INSTALL hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.am Install hydra-module.nix into $out/share/nix 2013-07-28 11:24:31 -04:00
README.md README: fix manual links, fixes #401 2016-10-13 13:36:09 +02:00
release.nix Bump Nix 2016-10-21 19:19:28 +02:00
shell.nix inNixShell considered harmful 2016-03-22 13:10:37 +01:00
version hydra: fix tarball build, add pre suffix to tarballs 2010-09-30 15:02:42 +00:00

Hydra

Hydra is a continuous integration system based on the Nix package manager. For more information, see the manual.

For development see [hacking instructions] (http://nixos.org/hydra/manual/#chap-hacking).