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:
traxys 2024-02-03 19:04:09 +01:00 committed by GitHub
parent 2294a12b0b
commit 507ff5b142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 97 additions and 251 deletions

View file

@ -72,6 +72,9 @@ in
strLua = strLikeType "lua code string";
strLuaFn = strLikeType "lua function string";
# Overridden when building the documentation
eitherRecursive = either;
}
# Allow to do `with nixvimTypes;` instead of `with types;`
// lib.types