refactor(tvix): move refscan module to castore

This is required to add the optional refscanner parameter to the
ingest functions.

Change-Id: Ib40a7287cf857eb55e31e0df309a79474fefb518
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12527
Autosubmit: yuka <yuka@yuka.dev>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Yureka 2024-09-27 16:56:52 +02:00 committed by clbot
parent ed2bd88850
commit caf597db81
7 changed files with 19 additions and 13 deletions

View file

@ -14814,6 +14814,10 @@ rec {
name = "petgraph";
packageId = "petgraph";
}
{
name = "pin-project";
packageId = "pin-project";
}
{
name = "pin-project-lite";
packageId = "pin-project-lite";
@ -14939,6 +14943,10 @@ rec {
name = "walkdir";
packageId = "walkdir";
}
{
name = "wu-manber";
packageId = "wu-manber";
}
{
name = "zstd";
packageId = "zstd";
@ -14983,6 +14991,10 @@ rec {
name = "tokio-retry";
packageId = "tokio-retry";
}
{
name = "tokio-test";
packageId = "tokio-test";
}
{
name = "xattr";
packageId = "xattr";
@ -15440,10 +15452,6 @@ rec {
name = "walkdir";
packageId = "walkdir";
}
{
name = "wu-manber";
packageId = "wu-manber";
}
];
devDependencies = [
{
@ -15480,10 +15488,6 @@ rec {
name = "tempfile";
packageId = "tempfile";
}
{
name = "tokio-test";
packageId = "tokio-test";
}
];
features = {
"default" = [ "nix_tests" ];