1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/corepkgs/nar/unnar.sh.in
2003-11-24 16:38:46 +00:00

7 lines
143 B
Bash

#! /bin/sh
export PATH=/bin:/usr/bin
echo "unpacking $narFile to $out..."
bunzip2 < $narFile | @bindir@/nix-store --restore "$out" || exit 1