6 lines
129 B
Bash
6 lines
129 B
Bash
#! /bin/sh
|
|
|
|
export PATH=/bin:/usr/bin
|
|
|
|
echo "unpacking $nar to $out..."
|
|
bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1
|