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.nix4
1 files changed, 1 insertions, 3 deletions
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";