shell.nix: add graphviz
Change-Id: Ic25e11a056a7624ebba923d2b87d947e24c41a20 Signed-off-by: Andrew Dunham <andrew@tailscale.com>pull/6061/head
parent
a1a2c165e9
commit
527741d41f
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue