diff options
Diffstat (limited to '')
-rw-r--r-- | pkgs/sources/plgs-pkgs/default.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/sources/plgs-pkgs/default.nix b/pkgs/sources/plgs-pkgs/default.nix deleted file mode 100644 index 0f7cd485..00000000 --- a/pkgs/sources/plgs-pkgs/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -[ - (final: prev: - prev.lib.composeManyExtensions [ - (self: super: let - origin = import ./plugins { - inherit (super.vimUtils) buildVimPlugin; - inherit (super) lib fetchurl fetchgit; - }; - in { - vimExtraPlugins = super.lib.makeExtensible (_: super.lib.recurseIntoAttrs origin); - }) - ] - final - prev) -] |