···3030# sanity check
3131$out/bin/true || exit 1
32323333-# scorched earth
3333+# meticulously replace every nix store path with the right one
3434+# to work with binaries, make sure the path remains the same length by prefixing pathsep chars
3435for f in $(find $out -type f); do
3536 while true; do
3637 BADMAN="$(strings $f | grep -o '/nix/store/.*' | grep -v "$out" | head -n1)"