Hydra, for Lix
Find a file
2016-03-25 15:41:38 +01:00
doc Simplify running nix-shell 2016-03-22 12:53:28 +01:00
src Set Vary to Accept 2016-03-25 14:48:12 +01:00
tests Fix test 2016-02-26 19:54:32 +01:00
.gitignore Shut up warnings 2015-05-28 17:38:17 +02:00
bootstrap
configure.ac Don't pollute the source directory 2016-03-22 13:19:00 +01:00
COPYING
hydra-module.nix Make NIX_REMOTE_SYSTEMS configurable 2016-03-25 15:41:38 +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