mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
shell.nix: add graphviz
Change-Id: Ic25e11a056a7624ebba923d2b87d947e24c41a20 Signed-off-by: Andrew Dunham <andrew@tailscale.com>
This commit is contained in:
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
Block a user