about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/cquery/wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/cquery/wrapper')
-rw-r--r--pkgs/development/tools/misc/cquery/wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/cquery/wrapper b/pkgs/development/tools/misc/cquery/wrapper
index f0bea41536d0..534f900f94af 100644
--- a/pkgs/development/tools/misc/cquery/wrapper
+++ b/pkgs/development/tools/misc/cquery/wrapper
@@ -1,6 +1,6 @@
 #! @shell@ -e
 
-initString="--init={\"extraClangArguments\": [@standard_library_includes@"
+initString="--init={\"cacheDirectory\": \"/tmp/cquery\", \"extraClangArguments\": [@standard_library_includes@"
 
 if [ "${NIX_CFLAGS_COMPILE}" != "" ]; then
   read -a cflags_array <<< ${NIX_CFLAGS_COMPILE}