5 lines
102 B
Bash
5 lines
102 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
echo "unpacking $nar to $out..."
|
||
|
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1
|