diff options
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index d3947281dcd0..a67738397f66 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10247,6 +10247,10 @@ rec { optional = true; } { + name = "tracing"; + packageId = "tracing"; + } + { name = "tvix-castore"; packageId = "tvix-castore"; } |