about summary refs log tree commit diff
path: root/third_party/nix/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/config.h.in')
-rw-r--r--third_party/nix/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/config.h.in b/third_party/nix/config.h.in
index 39a0943954..986969705b 100644
--- a/third_party/nix/config.h.in
+++ b/third_party/nix/config.h.in
@@ -23,7 +23,7 @@
 #define NIX_LIBEXEC_DIR "@CMAKE_INSTALL_FULL_LIBEXECDIR@"
 #define NIX_BIN_DIR "@CMAKE_INSTALL_FULL_BINDIR@"
 #define NIX_MAN_DIR "@CMAKE_INSTALL_FULL_MANDIR@"
-#define SANDBOX_SHELL "/nix/store/zq8biwi5mj2lrn68kx0lk0fkpbqypyxd-busybox-1.31.1-x86_64-unknown-linux-musl/bin/busybox"
+#define SANDBOX_SHELL "@SANDBOX_SHELL@"
 
 // Defines used only in tests (e.g. to access data)
 #define NIX_SRC_DIR "@CMAKE_SOURCE_DIR@"