about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-05-16T19·41+0200
committerclbot <clbot@tvl.fyi>2024-05-16T21·05+0000
commitd65e6df3ab8ef70bfc2de63a12acba23f9b97ed7 (patch)
tree4abda92f880be96e50f5f59c7d1ac35e99978d97 /tvix/Cargo.nix
parent6aa1d2c4a8bd7b72e6f8be243d2aa8581556cd4a (diff)
feat(tvix/build): drop json logging r/8151
This has already been dropped for tvix-store, drop it here as well.

Change-Id: Ib3aa37bbe9fd4c498b5ba1213f7d922d0c64ffc7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11677
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 088bd6fdfcbf..51c7c401770f 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -12772,7 +12772,6 @@ rec {
           {
             name = "tracing-subscriber";
             packageId = "tracing-subscriber";
-            features = [ "json" ];
           }
           {
             name = "tvix-castore";