Skip to content

Commit

Permalink
fixup! vimPlugins: add neovimRequireCheckHook only when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Dec 11, 2024
1 parent a0c52ff commit c3a614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/plugins/build-vim-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
, ...
}@attrs:
let
drv = stdenv.mkDerivation (self: attrs // {
drv = stdenv.mkDerivation (attrs // {
name = lib.warnIf (attrs ? vimprefix) "The 'vimprefix' is now hardcoded in toVimPlugin" name;

__structuredAttrs = true;
Expand Down

0 comments on commit c3a614e

Please sign in to comment.