lib/options: fix typo
This commit is contained in:
parent
ee8269e46f
commit
61aff3d45e
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ rec {
|
|||
default = throw ''
|
||||
Nixvim (${optionName}): No package is known for ${packageName}, to resolve this either:
|
||||
- install externally and set this option to `null`
|
||||
- or provide a derviation to install this package
|
||||
- or provide a derivation to install this package
|
||||
'';
|
||||
defaultText = lib.literalMD "No package, throws when undefined";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue