Skip to content

Commit

Permalink
flake: Include golangci-lint in devshell, built from go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 24, 2023
1 parent 1e49962 commit 7321c98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@
}
];
packages = [
pkgs.go
pkgs.go_1_21
pkgs.gopls
(pkgs.golangci-lint.override
{buildGoModule = args: (pkgs.buildGo121Module args);})
];
};
};
Expand Down

0 comments on commit 7321c98

Please sign in to comment.