mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 09:06:15 +02:00
* Bug fix. Hmm, I thought I'd fixed this before :-|
This commit is contained in:
parent
604c45e960
commit
d1d87badf6
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
export PATH=/bin:/usr/bin
|
export PATH=/bin:/usr/bin
|
||||||
|
|
||||||
echo "unpacking $nar to $out..."
|
echo "unpacking $narFile to $out..."
|
||||||
bunzip2 < $nar | @bindir@/nix-store --restore "$out" || exit 1
|
bunzip2 < $narFile | @bindir@/nix-store --restore "$out" || exit 1
|
||||||
|
|
Loading…
Reference in a new issue