Skip to content

Commit

Permalink
Merge pull request #1655 from conneroisu/main
Browse files Browse the repository at this point in the history
go: added iferr to go language module to support vim-go
  • Loading branch information
domenkozar authored Jan 2, 2025
2 parents 1cd2afa + dd2983c commit dd1740d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/languages/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ in
(buildWithSpecificGo pkgs.go-tools)
(buildWithSpecificGo pkgs.gopls)
(buildWithSpecificGo pkgs.gotests)

# Required by vim-go
(buildWithSpecificGo pkgs.iferr)
];

hardeningDisable = lib.optional (cfg.enableHardeningWorkaround) "fortify";
Expand Down

0 comments on commit dd1740d

Please sign in to comment.