d072485d2895 ^
54664b6fb74e ^
9d56ca219fb7 ^
1 2
3
4
5
#! /bin/sh echo "packing $path into $out..." /nix/bin/nix --dump --file "$path" | bzip2 > $out || exit 1