feat(nvim): use nix_develop_extend

This commit is contained in:
matt1432 2025-01-07 23:02:02 -05:00
parent 248d04c2b0
commit bc042ef768
8 changed files with 10 additions and 10 deletions
homeManagerModules/neovim/langs/rust

View file

@ -23,7 +23,7 @@ in {
if (devShells['rust'] == nil) then
devShells['rust'] = 1;
require('nix-develop').nix_develop({'${flakeEnv}#rust'}, function()
require('nix-develop').nix_develop_extend({'${flakeEnv}#rust'}, function()
vim.cmd[[LspStart]];
end);
end