From 6abf20f56bf137a0caa989941943a271b06f6376 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 19 Aug 2023 16:57:14 +0200 Subject: docs(tvix): update comment cl/8306 fixed building all docs, but we forgot to update the comment. Change-Id: I17829612f13e7357bd0efe8223cc28ed0f6cdea2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9091 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: raitobezarius --- tvix/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tvix/default.nix') diff --git a/tvix/default.nix b/tvix/default.nix index 5206448451..3a056f18da 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"; -- cgit 1.4.1