about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
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"
     '';
   };