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 { legacyPackages = rec {
makeNixvimWithModule = import ./wrappers/standalone.nix pkgs modules; makeNixvimWithModule = import ./wrappers/standalone.nix pkgs modules;

View file

@ -1 +0,0 @@
{}

View file

@ -1,8 +0,0 @@
# This file was generated by nvfetcher, please do not modify it manually.
{
fetchgit,
fetchurl,
fetchFromGitHub,
dockerTools,
}: {
}

View file

View file

@ -1,8 +0,0 @@
# This is for plugins not in nixpkgs
# e.g. intellitab.nvim
#
# This is generated through nvfetcher, the plugins are defined in nvfetcher.toml.
# You can update the plugins by running `nvfetcher` in this directory
{pkgs, ...}: let
sources = pkgs.callPackage ./_sources/generated.nix {};
in {}