forked from lix-project/lix
* Bug fix. Hmm, I thought I'd fixed this before :-|
This commit is contained in:
parent
604c45e960
commit
d1d87badf6
|
@ -2,5 +2,5 @@
|
|||
|
||||
export PATH=/bin:/usr/bin
|
||||
|
||||
echo "unpacking $nar to $out..."
|
||||
bunzip2 < $nar | @bindir@/nix-store --restore "$out" || exit 1
|
||||
echo "unpacking $narFile to $out..."
|
||||
bunzip2 < $narFile | @bindir@/nix-store --restore "$out" || exit 1
|
||||
|
|
Loading…
Reference in a new issue