misc: remove nvfetcher

This commit is contained in:
Gaetan Lepage 2023-08-24 11:08:40 +02:00 committed by Gaétan Lepage
parent a4e027ce33
commit 3f2fd1c078
5 changed files with 0 additions and 19 deletions

View file

@ -143,8 +143,6 @@
'';
})
{};
# Used to updates plugins, launch 'nix run .#nvfetcher' in the 'plugins' directory
inherit (pkgs) nvfetcher;
};
legacyPackages = rec {
makeNixvimWithModule = import ./wrappers/standalone.nix pkgs modules;