* Fix nix-push.
This commit is contained in:
parent
ab0bc4999a
commit
9486dda115
9 changed files with 56 additions and 63 deletions
|
|
@ -3,4 +3,4 @@
|
|||
export PATH=/bin:/usr/bin
|
||||
|
||||
echo "unpacking $nar to $out..."
|
||||
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1
|
||||
bunzip2 < $nar | @bindir@/nix-store --restore "$out" || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue