Skip to content

Commit dd1740d

Browse files
authored
Merge pull request #1655 from conneroisu/main
go: added iferr to go language module to support vim-go
2 parents 1cd2afa + dd2983c commit dd1740d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modules/languages/go.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ in
3939
(buildWithSpecificGo pkgs.go-tools)
4040
(buildWithSpecificGo pkgs.gopls)
4141
(buildWithSpecificGo pkgs.gotests)
42+
43+
# Required by vim-go
44+
(buildWithSpecificGo pkgs.iferr)
4245
];
4346

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

0 commit comments

Comments
 (0)