Skip to content

Commit

Permalink
docs(diagrams): add gnumake and graphviz to nix flake PE-4997
Browse files Browse the repository at this point in the history
These are used to build diagrams.
  • Loading branch information
djwhitt committed Nov 15, 2023
1 parent 4caf437 commit 48d7b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
default = pkgs.mkShell {
name = "ar-io-node-shell";
buildInputs = with pkgs; [
gnumake
graphviz
nodejs
sqlite-interactive
];
Expand Down

0 comments on commit 48d7b9a

Please sign in to comment.