diff --git a/users/glittershark/emacs.d/nix-clangd.sh b/users/glittershark/emacs.d/nix-clangd.sh index 0df209c2e..16f6252d8 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