shell.nix: add graphviz

Change-Id: Ic25e11a056a7624ebba923d2b87d947e24c41a20
Signed-off-by: Andrew Dunham <andrew@tailscale.com>
This commit is contained in:
Andrew Dunham 2022-10-25 12:44:17 -04:00 committed by Andrew Dunham
parent a1a2c165e9
commit 527741d41f

View File

@ -45,9 +45,11 @@ in
# - gotools for goimports, a robust formatting tool for Go source code
# - gopls, the language server for Go to increase editor integration
# - git, the version control program (used in some scripts)
# - graphviz, for 'go tool pprof'
buildInputs = [
pkgs.git
pkgs.gotools pkgs.gopls
tailscale-go
pkgs.graphviz
];
}