mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +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
|
# - gotools for goimports, a robust formatting tool for Go source code
|
||||||
# - gopls, the language server for Go to increase editor integration
|
# - gopls, the language server for Go to increase editor integration
|
||||||
# - git, the version control program (used in some scripts)
|
# - git, the version control program (used in some scripts)
|
||||||
|
# - graphviz, for 'go tool pprof'
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.gotools pkgs.gopls
|
pkgs.gotools pkgs.gopls
|
||||||
tailscale-go
|
tailscale-go
|
||||||
|
pkgs.graphviz
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user