From 69e9f73cf62aafa1fef85492d166be44cf2cd69e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 17 Aug 2015 11:17:54 +0200 Subject: [PATCH] Use nixUnstable for the tarball Not needed for building, only for dev-shell. --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index b4685d26..584760d0 100644 --- a/release.nix +++ b/release.nix @@ -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}";