chore(tvix/cli): drop direct nix-compat dependency
This is only using nix-compat through tvix-glue. Change-Id: Ib6391987954a28cc05a2c27c1c21585185d82d1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/12681 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
9466c82025
commit
1248fc0a9a
3 changed files with 0 additions and 6 deletions
1
tvix/Cargo.lock
generated
1
tvix/Cargo.lock
generated
|
@ -4650,7 +4650,6 @@ dependencies = [
|
||||||
"dirs",
|
"dirs",
|
||||||
"expect-test",
|
"expect-test",
|
||||||
"mimalloc",
|
"mimalloc",
|
||||||
"nix-compat",
|
|
||||||
"rnix",
|
"rnix",
|
||||||
"rowan",
|
"rowan",
|
||||||
"rustc-hash 2.0.0",
|
"rustc-hash 2.0.0",
|
||||||
|
|
|
@ -15452,10 +15452,6 @@ rec {
|
||||||
name = "mimalloc";
|
name = "mimalloc";
|
||||||
packageId = "mimalloc";
|
packageId = "mimalloc";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "nix-compat";
|
|
||||||
packageId = "nix-compat";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "rnix";
|
name = "rnix";
|
||||||
packageId = "rnix";
|
packageId = "rnix";
|
||||||
|
|
|
@ -8,7 +8,6 @@ name = "tvix"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nix-compat = { path = "../nix-compat" }
|
|
||||||
tvix-build = { path = "../build" }
|
tvix-build = { path = "../build" }
|
||||||
tvix-store = { path = "../store", default-features = false, features = []}
|
tvix-store = { path = "../store", default-features = false, features = []}
|
||||||
tvix-eval = { path = "../eval" }
|
tvix-eval = { path = "../eval" }
|
||||||
|
|
Loading…
Reference in a new issue