about summary refs log tree commit diff
path: root/corepkgs/nar/unnar.sh.in
blob: 4b00cb9812ff2cffb1f53fab20674490701d549b (plain) (blame)
1
2
3
4
#! /bin/sh

echo "unpacking $nar to $out..."
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1