From 08ac45c3dee119fafe5abeed09b31d2d03dec475 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 23 Jul 2020 12:38:31 -0400 Subject: refactor(gs/emacs): Change nix cmake build dir Change-Id: I8d2caebecbaff3c265d8a358b126011b3fa03568 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1357 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/emacs.d/nix-clangd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/glittershark/emacs.d/nix-clangd.sh b/users/glittershark/emacs.d/nix-clangd.sh index 0df209c2eb..16f6252d8b 100755 --- a/users/glittershark/emacs.d/nix-clangd.sh +++ b/users/glittershark/emacs.d/nix-clangd.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -CLANGD_FLAGS=--compile-commands-dir=/home/grfn/builds/tazjix \ +CLANGD_FLAGS=--compile-commands-dir=/home/grfn/builds/tvix \ nix-shell /home/grfn/code/depot \ -A third_party.nix \ --run nix-clangd -- cgit 1.4.1