Hydra, for Lix
Find a file
2016-08-20 19:50:12 +02:00
doc Update link to hydra nixexpression 2016-04-21 02:36:59 +02:00
src Merge pull request #311 from domenkozar/product-list-table 2016-08-19 13:40:42 +02:00
tests git-rev: Remove superfluous git tag 2016-04-12 16:30:42 -04:00
.gitignore
bootstrap
configure.ac
COPYING
hydra-module.nix module: add default to buildMachinesFiles (#372) 2016-08-20 19:50:12 +02:00
INSTALL
Makefile.am
README.md readme: update hacking section 2016-05-12 09:45:51 +02:00
release.nix Use pixz instead of bzip2 for compressing nars 2016-08-12 11:39:07 +02:00
shell.nix
version

To start hacking on Hydra, run:

$ bootstrap
$ nix-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