This is caused by the autoconf check for `nix-store` which is equivalent to running this: ``` $ nix-store --timeout 123 -q ``` This would open the pager on a 2.1.1 version of nix. ``` $ nix-store --version nix-store (Nix) 2.1.1 ``` Setting `PAGER` to `cat` ensures the pager doesn't block the configurePhase. ``` $ PAGER=cat nix-store --timeout 123 -q ```
Hydra
Hydra is a continuous integration system based on the Nix package manager. For more information, see the manual.
For development see hacking instructions.
Icons provided free by EmojiOne.
Description
Languages
Perl
70.5%
C++
15.5%
Nix
6%
PLpgSQL
3%
Shell
2.3%
Other
2.6%