diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index 5206448451fa..3a056f18dabb 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"; |