guix/corepkgs/nar/unnar.sh.in

5 lines
102 B
Bash
Raw Normal View History

2003-07-18 07:42:57 +00:00
#! /bin/sh
echo "unpacking $nar to $out..."
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1