···11+--- a/src/common/exec.c
22++++ b/src/common/exec.c
33+@@ -238,6 +238,9 @@
44+ static int
55+ normalize_exec_path(char *path)
66+ {
77++ // On NixOS we *want* stuff relative to symlinks.
88++ return 0;
99++
1010+ /*
1111+ * We used to do a lot of work ourselves here, but now we just let
1212+ * realpath(3) do all the heavy lifting.