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 <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-07-23 12:38:31 -04:00 committed by glittershark
parent ba0c785b25
commit 08ac45c3de

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail 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 \ nix-shell /home/grfn/code/depot \
-A third_party.nix \ -A third_party.nix \
--run nix-clangd --run nix-clangd