feat(corp/tvixbolt): add Nix build instructions
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>
This commit is contained in:
parent
f86327beac
commit
5eda0fbd86
2 changed files with 80 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue