mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
vimPlugins.neotest: fix typo in overrides
This commit is contained in:
parent
ac1a9af078
commit
a03080d35e
@ -847,7 +847,7 @@ self: super: {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
};
|
||||
|
||||
neotest = super.neorg.overrideAttrs {
|
||||
neotest = super.neotest.overrideAttrs {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user