chore(tvix/tools): move weave to //users/edef
This is not a core Tvix tool, it's a tool that uses a Tvix component. Change-Id: I705f2c4ab87f1512e005007c933e16b84ed4279f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12605 Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
bd8d6e824f
commit
bb34210a64
9 changed files with 3 additions and 3 deletions
|
@ -2724,7 +2724,7 @@ rec {
|
|||
version = "0.1.0";
|
||||
edition = "2021";
|
||||
crateBin = [ ];
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../nix-compat; };
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../../tvix/nix-compat; };
|
||||
libName = "nix_compat";
|
||||
dependencies = [
|
||||
{
|
||||
|
@ -2836,7 +2836,7 @@ rec {
|
|||
crateName = "nix-compat-derive";
|
||||
version = "0.1.0";
|
||||
edition = "2021";
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../nix-compat-derive; };
|
||||
src = lib.cleanSourceWith { filter = sourceFilter; src = ../../../tvix/nix-compat-derive; };
|
||||
procMacro = true;
|
||||
libName = "nix_compat_derive";
|
||||
dependencies = [
|
|
@ -10,7 +10,7 @@ members = ["."]
|
|||
[dependencies]
|
||||
anyhow = { version = "1.0.79", features = ["backtrace"] }
|
||||
hashbrown = "0.14.3"
|
||||
nix-compat = { version = "0.1.0", path = "../../nix-compat" }
|
||||
nix-compat = { version = "0.1.0", path = "../../../tvix/nix-compat" }
|
||||
owning_ref = "0.4.1"
|
||||
rayon = "1.8.1"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
Loading…
Add table
Reference in a new issue