nvim: remove redundant packages

This commit is contained in:
2024-04-19 11:15:53 +03:00
committed by Motiejus Jakštys
parent c1b52bb5e5
commit e2ab2cdcff
2 changed files with 0 additions and 2 deletions

View File

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