Skip to content

Commit

Permalink
refactor: update latest Go versions + tools in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Mar 13, 2024
1 parent b042946 commit bc6f5b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-02-22T13:17:17.89292011Z",
"version": "1.2.8",
"generated_at": "2024-03-13T11:43:51.899614469Z",
"version": "1.2.10",
"files": [
{
"path": ".editorconfig"
Expand Down
7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

packages = forAllSystems
({ pkgs }: {
default = pkgs.buildGo121Module
default = pkgs.buildGo122Module
{
name = "cmd";
src = gitignore.lib.gitignoreSource ./.;
Expand All @@ -42,11 +42,12 @@
shellHook = "exec zsh && echo Welcome to your Go dev shell!";
packages = with pkgs; [
gnumake
zsh
go-mockery
go
gofumpt
golangci-lint
go_1_21
just
zsh
];
};
});
Expand Down

0 comments on commit bc6f5b8

Please sign in to comment.