···11+--- eatmydata.in 2020-02-01 18:10:59.618679823 -0800
22++++ eatmydata.in.new 2020-02-01 18:08:25.092620247 -0800
33+@@ -15,15 +15,8 @@
44+ # You should have received a copy of the GNU General Public License
55+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
66+77+-export `dpkg-architecture|grep DEB_BUILD_MULTIARCH`
88+-
99+-shlib="/usr/lib/$DEB_BUILD_MULTIARCH/eatmydata.sh"
1010+-if [ -f "$shlib" ]; then
1111+- . "$shlib"
1212+-else
1313+- echo "Unable to locate eatmydata shell library, it was not enabled" >&2
1414+- exec "$@"
1515+-fi
1616++shlib="NIX_OUT_DIR/libexec/eatmydata.sh"
1717++. "$shlib"
1818+1919+ usage()
2020+ {