ab350eafd2c1 ^
1 2 3 4
#! /bin/sh echo "unpacking $nar to $out..." bunzip2 < $nar | @bindir@/nix --restore "$out" || exit 1