mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
helpers: typo (mkCompositeOptions -> mkCompositeOption) (#226)
This commit is contained in:
parent
9064aead30
commit
16db74996c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ with lib; rec {
|
|||
|
||||
mkIfNonNull = c: mkIf (!isNull c) c;
|
||||
|
||||
mkCompositeOptions = desc: options:
|
||||
mkCompositeOption = desc: options:
|
||||
mkNullOrOption (types.submodule {inherit options;}) desc;
|
||||
|
||||
defaultNullOpts = rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue