mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
docs: Use a nixpkgs patch instead of copy/pasting nixpkgs functions (#1011)
This makes the code more maintainable, as it only depends on our small patch, instead of a large number of internals of nixpkgs.
This commit is contained in:
@@ -60,7 +60,9 @@ in {
|
||||
])
|
||||
"Post-install hook";
|
||||
|
||||
requires = helpers.mkNullOrOption (either str listOfPlugins) "Plugin dependencies";
|
||||
requires =
|
||||
helpers.mkNullOrOption (helpers.nixvimTypes.eitherRecursive str listOfPlugins)
|
||||
"Plugin dependencies";
|
||||
|
||||
rocks =
|
||||
helpers.mkNullOrOption (either str (listOf (either str attrs)))
|
||||
|
||||
Reference in New Issue
Block a user