Skip to content

Commit

Permalink
feat(pkgs): update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 7, 2024
1 parent b8b2412 commit 60c0002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/go.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }: {
programs.go = {
enable = true;
package = pkgs.go;
package = pkgs.go_1_22;
goPath = "Developer/Go";
goPrivate = [
"github.com/caarlos0"
Expand Down

0 comments on commit 60c0002

Please sign in to comment.