about summary refs log tree commit diff
path: root/corepkgs/nar/unnar.sh.in
blob: 6fab350a17827f2c2cf02fb3beaad0c3f1166d8e (plain) (blame)
1
2
3
4
#! @shell@ -e

echo "unpacking $narFile to $out..."
@bunzip2@ < $narFile | @bindir@/nix-store --restore "$out"