forked from lix-project/lix
* Doh!
This commit is contained in:
parent
6822fd7bf4
commit
335aa1c35d
|
@ -1,3 +1,4 @@
|
||||||
#! /bin/sh
|
#! /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
|
||||||
|
|
Loading…
Reference in a new issue