mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/rest: remove extra curl package include
We already migrated to use curlPackage below. This was leftover.
This commit is contained in:
parent
59d03e76d9
commit
875b812559
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
luaName = "rest-nvim";
|
||||
package = "rest-nvim";
|
||||
|
||||
extraPackages = [ pkgs.curl ];
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
# TODO introduced 2024-04-07: remove 2024-06-07
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue