diff options
Diffstat (limited to 'tvix/default.nix')
-rw-r--r-- | tvix/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index 1b18b7b3fdf2..f88a7bccd595 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; - }; }; }; |