From 72db9eb21038b677014d3017094cfdd095f5c85c Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 22 Mar 2024 17:42:45 +0200 Subject: feat(tvix): add mdbook to shell With this, you can `mdbook build` inside the docs/ directory. Change-Id: I97df12ed839e3c7a8065563c039436e1a830281e Reviewed-on: https://cl.tvl.fyi/c/depot/+/11243 Autosubmit: flokli Reviewed-by: raitobezarius Tested-by: BuildkiteCI --- tvix/shell.nix | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.4.1