mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
misc: remove nvfetcher
This commit is contained in:
parent
a4e027ce33
commit
3f2fd1c078
5 changed files with 0 additions and 19 deletions
|
@ -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;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -1,8 +0,0 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{
|
||||
fetchgit,
|
||||
fetchurl,
|
||||
fetchFromGitHub,
|
||||
dockerTools,
|
||||
}: {
|
||||
}
|
|
@ -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 {}
|
Loading…
Add table
Add a link
Reference in a new issue