about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-03-06T17·00+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-03-06T17·00+0000
commita96cac0d18e291057e79dab36d3e2030d1bbafc9 (patch)
tree699cc7b983d24ca210062e79e3c26d196f1f7409
parentd4753c944f62cd92ee05947a5881b8ae4dc0aa21 (diff)
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
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];