ab350eafd2c1 ^
25304af72ed5 ^
9486dda1152d ^
1 2
3 4
5
6
#! /bin/sh export PATH=/bin:/usr/bin echo "unpacking $nar to $out..." bunzip2 < $nar | @bindir@/nix-store --restore "$out" || exit 1