1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/corepkgs/nar/unnar.sh.in

5 lines
111 B
Bash
Raw Normal View History

#! @shell@ -e
2003-08-28 06:51:52 -04:00
echo "unpacking $narFile to $out..."
@bunzip2@ < $narFile | @bindir@/nix-store --restore "$out"