Find a file
2016-03-25 11:56:25 +01:00
doc Simplify running nix-shell 2016-03-22 12:53:28 +01:00
src Sort metrics by name 2016-03-25 11:56:25 +01: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 hydra-queue-runner PATH 2016-03-23 12:35:55 +01:00
INSTALL
Makefile.am
README.md Simplify running nix-shell 2016-03-22 12:53:28 +01:00
release.nix Fix version 2016-03-22 17:26:50 +01:00
shell.nix inNixShell considered harmful 2016-03-22 13:10:37 +01:00
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