From b134ca67e577b64b55f694a0d59aae916e063af9 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 12 Oct 2023 00:22:01 +0300 Subject: [PATCH] chore(tooling): Add tools to Nix develop environment needed for manual --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 77b8d1461..756e3dbc4 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,10 @@ pkgs.yarn # For npx pkgs.nodejs + # For gs, dot, and bsdtar used in building the manual + pkgs.ghostscript + pkgs.graphviz + pkgs.libarchive ]; }; };