diff --git a/tvix/default.nix b/tvix/default.nix index 520644845..3a056f18d 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -70,9 +70,7 @@ in ]; }; - # Build the Rust documentation for publishing on docs.tvix.dev. Currently only - # some crates are documented, as the crates that depend on Protobuf cause - # build failures. + # Build the Rust documentation for publishing on docs.tvix.dev. rust-docs = pkgs.stdenv.mkDerivation { inherit cargoDeps; name = "tvix-rust-docs";