Hydra, for Lix
Find a file
2016-02-26 17:28:26 +01:00
doc
src Hackery to make downloads work when using a binary cache 2016-02-26 17:28:26 +01:00
tests
.gitignore
bootstrap
configure.ac Allow the machines file to specify host public keys 2015-08-26 13:43:02 +02:00
COPYING
dev-shell
hydra-module.nix Move GC roots to /nix/var/nix/gcroots/hydra 2015-12-14 13:31:24 +01:00
INSTALL
Makefile.am
README.md
release.nix Add an S3-backed binary cache store 2016-02-18 16:18:50 +01:00
version

To start hacking on Hydra, run:

$ ./dev-shell
$ ./configure $configureFlags --prefix=/opt/hydra
$ make
$ make install

Or, if you just want to build from source (on x86_64-linux):

$ nix-build -A build.x86_64-linux release.nix