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