nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 5 lines 154 B view raw
1fixupOutputHooks+=(_FreeBSDPatchelfShrink) 2 3_FreeBSDPatchelfShrink() { 4 find $prefix -type f | xargs -n1 patchelf --shrink-rpath &>/dev/null || true 5}