vimrc: rg comes from nix too

This commit is contained in:
2024-02-02 14:07:01 +02:00
committed by Motiejus Jakštys
parent 51d3328e4b
commit 8ccf3d6452
3 changed files with 5 additions and 4 deletions

View File

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