fix emacs-vm build

This commit is contained in:
Danilo Reyes
2026-03-23 14:34:14 -06:00
parent 72ea8a2da6
commit 848ca7ca90

View File

@@ -4,12 +4,12 @@ let
inherit (pkgs) inherit (pkgs)
go go
gocode-gomod gocode-gomod
gotools
gore gore
gotests gotests
gomodifytags gomodifytags
golangci-lint golangci-lint
; ;
gotools = pkgs.lib.lowPrio pkgs.gotools;
}; };
GOPATH = "\${XDG_DATA_HOME:-\$HOME/.local/share}/go"; GOPATH = "\${XDG_DATA_HOME:-\$HOME/.local/share}/go";
in in