about summary refs log tree commit diff
path: root/corepkgs/nar/unnar.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-10T20·34+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-10T20·34+0000
commit822c072cfa0f1e4ac304343d78e024ba19da34a8 (patch)
treea47172b7a6c22b9b6d2655eca272f8a5eca1eb3b /corepkgs/nar/unnar.sh
parent9bcc31c94168717c8bd27b83bfab686264f63745 (diff)
* Compress Nix archives when pushing them.
Diffstat (limited to 'corepkgs/nar/unnar.sh')
-rw-r--r--corepkgs/nar/unnar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/nar/unnar.sh b/corepkgs/nar/unnar.sh
index e6a3f3c1fe19..01b6a3ebe475 100644
--- a/corepkgs/nar/unnar.sh
+++ b/corepkgs/nar/unnar.sh
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-/tmp/nix/bin/nix --restore "$out" < $nar || exit 1
+bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1