diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-23T16·38-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-23T16·52+0000 |
commit | 08ac45c3dee119fafe5abeed09b31d2d03dec475 (patch) | |
tree | 8f45a3ab04f87c527813e0d7bd19c993cd505a0f | |
parent | ba0c785b25200295d4da592c6cf86608dd2598d2 (diff) |
refactor(gs/emacs): Change nix cmake build dir r/1426
Change-Id: I8d2caebecbaff3c265d8a358b126011b3fa03568 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1357 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
-rwxr-xr-x | users/glittershark/emacs.d/nix-clangd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/nix-clangd.sh b/users/glittershark/emacs.d/nix-clangd.sh index 0df209c2eb99..16f6252d8b27 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 |