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

7 lines
135 B
Bash
Raw Normal View History

2003-07-18 03:42:57 -04:00
#! /bin/sh
2003-08-28 06:51:52 -04:00
export PATH=/bin:/usr/bin
2003-07-18 03:42:57 -04:00
echo "unpacking $nar to $out..."
2003-11-22 15:39:51 -05:00
bunzip2 < $nar | @bindir@/nix-store --restore "$out" || exit 1