Hydra, for The Distro
Find a file
Domen Kožar 3bfce978e6 Merge pull request #298 from peti/master
hydra-module.nix: add 'useSubstitutes' option to control use of binary caches
2016-05-23 20:21:18 +01:00
doc Update link to hydra nixexpression 2016-04-21 02:36:59 +02:00
src Declarative projects: Include the fetch info for the declarative input in the project eval 2016-05-09 08:54:27 -04:00
tests git-rev: Remove superfluous git tag 2016-04-12 16:30:42 -04:00
.gitignore
bootstrap
configure.ac
COPYING
hydra-module.nix hydra-module.nix: add 'useSubstitutes' option to control use of binary caches 2016-05-06 10:30:54 +02:00
INSTALL
Makefile.am
README.md
release.nix release.nix use makeBinPath to construct PATH 2016-04-29 04:23:54 +02: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