{ pkgs, ... }: { sane.programs.strings = { packageUnwrapped = pkgs.linkIntoOwnPackage pkgs.binutils-unwrapped "bin/strings"; }; }