From a96cac0d18e291057e79dab36d3e2030d1bbafc9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Mar 2009 17:00:58 +0000 Subject: [PATCH] --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 571b002bd6..2803caf16d 100644 --- a/release.nix +++ b/release.nix @@ -58,7 +58,7 @@ let with import nixpkgs.path {inherit system;}; releaseTools.nixBuild { - name = "nix-build"; + name = "nix"; src = tarball; buildInputs = [curl perl bzip2 openssl];