Use stable Nix

This commit is contained in:
Eelco Dolstra 2015-06-15 14:51:38 +02:00
parent f9cd5adae8
commit bf87d3a6ed

View file

@ -37,7 +37,7 @@ in rec {
version = builtins.readFile ./version;
buildInputs =
[ perl libxslt dblatex tetex nukeReferences pkgconfig nixUnstable git openssl ];
[ perl libxslt dblatex tetex nukeReferences pkgconfig nix git openssl ];
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";
@ -71,7 +71,7 @@ in rec {
let
nix = nixUnstable;
#nix = nixUnstable;
perlDeps = buildEnv {
name = "hydra-perl-deps";