Hydra, for Lix
Find a file
2016-04-13 16:30:52 +02:00
doc typo 2016-04-06 11:28:32 -07:00
src Fix build against current Nix master 2016-04-13 16:30:52 +02:00
tests
.gitignore
bootstrap
configure.ac Don't pollute the source directory 2016-03-22 13:19:00 +01:00
COPYING
hydra-module.nix Fix problem with delegating builds to localhost due to nix-store not being in the PATH 2016-04-06 14:16:04 +00:00
INSTALL
Makefile.am
README.md
release.nix Fix version 2016-03-22 17:26:50 +01:00
shell.nix
version

To start hacking on Hydra, run:

$ 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