plugins/rest: remove extra curl package include

We already migrated to use curlPackage below. This was leftover.
This commit is contained in:
Austin Horstman 2024-09-14 11:28:07 -05:00
parent 59d03e76d9
commit 875b812559
No known key found for this signature in database

View file

@ -14,8 +14,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
luaName = "rest-nvim"; luaName = "rest-nvim";
package = "rest-nvim"; package = "rest-nvim";
extraPackages = [ pkgs.curl ];
maintainers = [ lib.maintainers.GaetanLepage ]; maintainers = [ lib.maintainers.GaetanLepage ];
# TODO introduced 2024-04-07: remove 2024-06-07 # TODO introduced 2024-04-07: remove 2024-06-07