about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-02-01T18·58+0100
committersterni <sternenseemann@systemli.org>2021-02-02T17·59+0000
commit4f6f4e6588ebf26ea30d6e98f1b2e618371fc694 (patch)
tree610d980c6ee335563f92cf6875e0e0efc9e58774
parent87091539739e8ee30217e6483a8b13b27f5bc31e (diff)
docs(tvix): fix path in build instructions, add note about tests r/2179
Change-Id: If9dcd8e39f416c11460e66454df9f53096691699
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2484
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
-rw-r--r--third_party/nix/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/nix/README.md b/third_party/nix/README.md
index 36ba7d0c27..4bb5896831 100644
--- a/third_party/nix/README.md
+++ b/third_party/nix/README.md
@@ -147,8 +147,11 @@ cd ~/build/tvix
 nix-shell $DEPOT_PATH -A third_party.nix.build-shell
 
 # Disable clang-tidy for quicker builds
-cmake $DEPOT_PATH -DCLANG_TIDY_PATH=""
+cmake $DEPOT_PATH/third_party/nix/ -DCLANG_TIDY_PATH=""
 make -j16 -l12
+
+# Run tests
+make test
 ```
 
 ## Contributing to the fork