This commit is contained in:
Eelco Dolstra 2003-07-16 20:49:59 +00:00
parent 6822fd7bf4
commit 335aa1c35d
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#! /bin/sh
bunzip2 < $nar | /tmp/nix/bin/nix --restore "$out" || exit 1
echo "unpacking $nar to $out..."
bunzip2 < $nar | /nix/bin/nix --restore "$out" || exit 1