mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
lib/types: simplify eitherRecursive
by defining it only once
This commit is contained in:
parent
a5152c2f8e
commit
27a0dd435d
3 changed files with 10 additions and 5 deletions
|
@ -13,6 +13,6 @@ lib.extend (
|
|||
maintainers = prev.maintainers // import ./maintainers.nix;
|
||||
|
||||
# Merge in our custom types
|
||||
types = call ./types.nix { } // prev.types;
|
||||
types = prev.types // call ./types.nix { };
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue