Use nixUnstable for the tarball

Not needed for building, only for dev-shell.
This commit is contained in:
Eelco Dolstra 2015-08-17 11:17:54 +02:00
parent b0c8eecd37
commit 69e9f73cf6

View file

@ -38,7 +38,7 @@ in rec {
version = builtins.readFile ./version;
buildInputs =
[ perl libxslt nukeReferences pkgconfig nix git openssl ];
[ perl libxslt nukeReferences pkgconfig nixUnstable git openssl ];
versionSuffix = if officialRelease then "" else "pre${toString hydraSrc.revCount}-${hydraSrc.gitTag}";