gopls and gotools: get from pkgs-unstable

This commit is contained in:
2024-04-15 14:15:34 +03:00
committed by Motiejus Jakštys
parent 8cd35a28bd
commit bd53176626
2 changed files with 5 additions and 9 deletions

View File

@@ -158,7 +158,8 @@ in {
builtins.readFile
(pkgs.substituteAll {
src = ./dev.lua;
inherit (pkgs) gotools ripgrep;
inherit (pkgs) ripgrep;
inherit (pkgs.pkgs-unstable) gopls gotools;
})
.outPath;
})