diff options
-rw-r--r-- | tvix/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/shell.nix b/tvix/shell.nix index 3af24b1f94f7..c09f4b7b3110 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 |