lib/options: fix typo

This commit is contained in:
Robert Sliwinski 2026-04-24 15:55:51 +02:00 committed by Austin Horstman
parent ee8269e46f
commit 61aff3d45e

View file

@ -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";
};