about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-13 16:50:12 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-13 16:50:12 +0200
commit0a30e4b4c8eb833fccbebdca04cfee4d687d694f (patch)
tree11fc36f498017726d93569cea54e59bd2ee6b7f4 /release.nix
parent84ec47e5b89923c5a2f9156a862e451213ae8a72 (diff)
release.nix: Fix Hydra product file name.
DUH! Finger fart, as I was writing a tar.bz2 in the first place and
later changed it to tar.xz.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 05fbd4e9..e08cf16f 100644
--- a/release.nix
+++ b/release.nix
@@ -35,7 +35,7 @@ in with pkgs.lib; with builtins; {
       tar cJf "$out/tarballs/nixexprs.tar.xz" \
         --owner=0 --group=0 --mtime="1970-01-01 00:00:00 UTC" \
         --transform='s!^\.!${name}/!' .
-      echo "file channel $out/tarballs/nixexprs.tar.bz2" \
+      echo "file channel $out/tarballs/nixexprs.tar.xz" \
         > "$out/nix-support/hydra-build-products"
     '';
   };