* Pass nixUnstable to the tarball build.

This commit is contained in:
Eelco Dolstra 2011-08-19 15:43:43 +00:00
parent d49ccadfea
commit 7764095835

View file

@ -6,8 +6,9 @@
rec {
tarball =
let pkgs = import nixpkgs {};
in with pkgs;
with import nixpkgs { };
let nix = nixUnstable; in
releaseTools.makeSourceTarball {
name = "hydra-tarball";
@ -46,7 +47,7 @@ rec {
with pkgs;
let nix = nixSqlite; in
let nix = nixUnstable; in
releaseTools.nixBuild {
name = "hydra";