about summary refs log tree commit diff
path: root/tvix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/default.nix')
-rw-r--r--tvix/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tvix/default.nix b/tvix/default.nix
index 1b18b7b3fd..f88a7bccd5 100644
--- a/tvix/default.nix
+++ b/tvix/default.nix
@@ -34,11 +34,6 @@ in
         PROTO_ROOT = depot.tvix.store.protos;
         nativeBuildInputs = protobufDep prev;
       };
-
-      tvix-store-bin = prev: {
-        PROTO_ROOT = depot.tvix.store.protos;
-        nativeBuildInputs = protobufDep prev;
-      };
     };
   };