nix-super/corepkgs/nar/unnar.sh.in

7 lines
143 B
Bash
Raw Normal View History

2003-07-18 10:42:57 +03:00
#! /bin/sh
2003-08-28 13:51:52 +03:00
export PATH=/bin:/usr/bin
echo "unpacking $narFile to $out..."
bunzip2 < $narFile | @bindir@/nix-store --restore "$out" || exit 1