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-module.nix services.hydra -> services.hydra-dev 2016-10-10 11:29:15 +02:00
INSTALL
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

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).