forked from lix-project/hydra
Use stable Nix
This commit is contained in:
parent
f9cd5adae8
commit
bf87d3a6ed
|
@ -37,7 +37,7 @@ in rec {
|
||||||
version = builtins.readFile ./version;
|
version = builtins.readFile ./version;
|
||||||
|
|
||||||
buildInputs =
|
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}";
|
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ in rec {
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
nix = nixUnstable;
|
#nix = nixUnstable;
|
||||||
|
|
||||||
perlDeps = buildEnv {
|
perlDeps = buildEnv {
|
||||||
name = "hydra-perl-deps";
|
name = "hydra-perl-deps";
|
||||||
|
|
Loading…
Reference in a new issue