about summary refs log tree commit diff
path: root/corp/tvixbolt/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-09-10T22·49+0300
committerclbot <clbot@tvl.fyi>2022-09-11T10·45+0000
commit5eda0fbd8668fceb9bfa01a03990b573e59cc17b (patch)
treec5e7c3a0d34a370c72d9b7aba48e61c2b8cd9d1a /corp/tvixbolt/Cargo.toml
parentf86327beac05de96e01ede78a3cfd4d57e8319a5 (diff)
feat(corp/tvixbolt): add Nix build instructions r/4791
Now that tvix-eval has almost caught up, tvixbolt can be built in
the depot tree.

Change-Id: Ib26dd98727b110ad8d668aec60db99678644a167
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6491
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'corp/tvixbolt/Cargo.toml')
-rw-r--r--corp/tvixbolt/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/corp/tvixbolt/Cargo.toml b/corp/tvixbolt/Cargo.toml
index 5b5e955efc..2e6c793209 100644
--- a/corp/tvixbolt/Cargo.toml
+++ b/corp/tvixbolt/Cargo.toml
@@ -10,10 +10,13 @@ yew = "0.19.3"
 codemap = "0.1.3"
 web-sys = "*"
 
+# needs to be in sync with nixpkgs
+wasm-bindgen = "= 0.2.82"
+
 [dependencies.rnix]
 git = "https://github.com/nix-community/rnix-parser.git"
 rev = "97b438e34be5211a4b48aeed9cc3ded489b4d6da"
 
 [dependencies.tvix-eval]
-path = "../tvix-eval/tvix/eval"
+path = "../../tvix/eval"
 default-features = false