forked from lix-project/hydra
3f5ccfc7f3
makeBinPath takes care to use the correct output. nix-repl> lib.makeSearchPath "bin" [pkgs.nix] "/nix/store/zpp83pr21ihxwsr15l6mkzwkr49zj71d-nix-1.11.2-dev/bin" nix-repl> lib.makeBinPath [pkgs.nix] "/nix/store/9n8c3g541qn43yjjs94f1a0m69wp8scg-nix-1.11.2/bin" |
||
---|---|---|
doc | ||
src | ||
tests | ||
.gitignore | ||
bootstrap | ||
configure.ac | ||
COPYING | ||
hydra-module.nix | ||
INSTALL | ||
Makefile.am | ||
README.md | ||
release.nix | ||
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