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