* 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 { rec {
tarball = tarball =
let pkgs = import nixpkgs {}; with import nixpkgs { };
in with pkgs;
let nix = nixUnstable; in
releaseTools.makeSourceTarball { releaseTools.makeSourceTarball {
name = "hydra-tarball"; name = "hydra-tarball";
@ -46,7 +47,7 @@ rec {
with pkgs; with pkgs;
let nix = nixSqlite; in let nix = nixUnstable; in
releaseTools.nixBuild { releaseTools.nixBuild {
name = "hydra"; name = "hydra";