Skip to content

Commit f322e1f

Browse files
committed
fix: include correct gotools package
1 parent 4c45d2a commit f322e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/devshell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
packages = with pkgs; [
2424
# golang
2525
go
26-
go-tools
26+
gotools
2727
delve
2828
golangci-lint
2929

0 commit comments

Comments
 (0)