mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 20:19:08 +00:00
shell.nix: Add golangci-lint
This commit is contained in:
parent
c72445c826
commit
688cd6dbe3
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ pkgs.mkShell {
|
||||||
pkgs.nixpkgs-fmt
|
pkgs.nixpkgs-fmt
|
||||||
pkgs.gomod2nix.go
|
pkgs.gomod2nix.go
|
||||||
pkgs.gomod2nix
|
pkgs.gomod2nix
|
||||||
|
pkgs.golangci-lint
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue