aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-01-19 12:30:14 -0600
committerNathan Ringo <nathan@remexre.com>2024-01-19 12:30:14 -0600
commite8c8a162a84fbdcf8b2ea8793b7e9f69b01c7eb6 (patch)
tree2d80a20d429ddf706f3755458f6f2ade73334201 /flake.nix
parent786adbe1537782abbf953dd1978075cafcd1d002 (diff)
Start of draw_tree.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7fbde5e..26bd84a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,7 @@
nativeBuildInputs = [
pkgs.bubblewrap
pkgs.cargo-watch
+ pkgs.graphviz-nox
ocamlPkgs.ocaml-lsp
pkgs.sqlite
pkgs.sqlx-cli