about summary refs log tree commit diff
path: root/tvix/default.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-08-19T14·57+0200
committerflokli <flokli@flokli.de>2023-08-19T20·12+0000
commit6abf20f56bf137a0caa989941943a271b06f6376 (patch)
tree737f5b2795a92b9570b0033175f61d565270363c /tvix/default.nix
parent946270142e6b82412558b51fe1c31301e7a439ce (diff)
docs(tvix): update comment r/6492
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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
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";