forked from lix-project/lix
* Set a path.
This commit is contained in:
parent
b018517314
commit
25304af72e
|
@ -1,4 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
export PATH=/bin:/usr/bin
|
||||||
|
|
||||||
echo "unpacking $nar to $out..."
|
echo "unpacking $nar to $out..."
|
||||||
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1
|
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1
|
||||||
|
|
Loading…
Reference in a new issue