guix/corepkgs/nar/unnar.sh.in

5 lines
111 B
Bash

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