Hydra, for Lix
Go to file
Eelco Dolstra 74426e6820 Simplify running nix-shell
This also removes building a separate source tarball or building a PDF
manual since it's unlikely anybody cares.
2016-03-22 12:53:28 +01:00
doc Simplify running nix-shell 2016-03-22 12:53:28 +01:00
src Revert "Apply IndexBuildsOnJobFinishedId to unfinished builds only" 2016-03-16 17:04:20 +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 hydra: Simplify `bootstrap'. 2011-01-14 10:52:47 +00:00
configure.ac Simplify running nix-shell 2016-03-22 12:53:28 +01:00
COPYING hydra: revert license change 2010-03-29 14:16:46 +00:00
hydra-module.nix Remove another obsolete SSL variable 2016-03-02 15:03:54 +01:00
INSTALL hydra: use autoconf/-make 2010-09-30 14:29:15 +00:00
Makefile.am Install hydra-module.nix into $out/share/nix 2013-07-28 11:24:31 -04:00
README.md Simplify running nix-shell 2016-03-22 12:53:28 +01:00
release.nix Simplify running nix-shell 2016-03-22 12:53:28 +01:00
shell.nix Simplify running nix-shell 2016-03-22 12:53:28 +01:00
version hydra: fix tarball build, add pre suffix to tarballs 2010-09-30 15:02:42 +00:00

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