about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-03-22T15·42+0200
committerclbot <clbot@tvl.fyi>2024-03-23T14·37+0000
commit72db9eb21038b677014d3017094cfdd095f5c85c (patch)
tree2685038cb3f3d4f3a2eb244ccba5a4f0225b2e39
parent837fd8f3e8a3726ed6e48e5d79b35bfdfe777484 (diff)
feat(tvix): add mdbook to shell r/7764
With this, you can `mdbook build` inside the docs/ directory.

Change-Id: I97df12ed839e3c7a8065563c039436e1a830281e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11243
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
-rw-r--r--tvix/shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix
index 3af24b1f94..c09f4b7b31 100644
--- a/tvix/shell.nix
+++ b/tvix/shell.nix
@@ -25,11 +25,14 @@ pkgs.mkShell {
     pkgs.go
     pkgs.grpcurl
     pkgs.hyperfine
+    pkgs.mdbook
+    pkgs.mdbook-plantuml
     pkgs.nix_2_3 # b/313
     pkgs.pkg-config
     pkgs.rust-analyzer
     pkgs.rustc
     pkgs.rustfmt
+    pkgs.plantuml
     pkgs.protobuf
   ] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
     # We need these two dependencies in the ambient environment to be able to