1--- a/src/common/exec.c
2+++ b/src/common/exec.c
3@@ -238,6 +238,9 @@
4 static int
5 normalize_exec_path(char *path)
6 {
7+ // On NixOS we *want* stuff relative to symlinks.
8+ return 0;
9+
10 /*
11 * We used to do a lot of work ourselves here, but now we just let
12 * realpath(3) do all the heavy lifting.