Skip to content

Commit

Permalink
chore(tooling): Add tools to Nix develop environment needed for manual
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 11, 2023
1 parent 773245b commit b134ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
};
};
Expand Down

0 comments on commit b134ca6

Please sign in to comment.