lib/options: mkLazyLoadOption: packPathName -> name

This commit is contained in:
Austin Horstman 2024-12-13 21:14:46 -06:00
parent c37031d71f
commit 63c81b1778
No known key found for this signature in database

View file

@ -335,10 +335,10 @@ rec {
};
mkLazyLoadOption =
packPathName:
name:
lib.mkOption {
description = ''
Lazy-load settings for ${packPathName}.
Lazy-load settings for ${name}.
> [!WARNING]
> This is an experimental option and may not work as expected with all plugins.
@ -356,7 +356,7 @@ rec {
`true` when `settings` has a non-null attribute
'';
description = ''
lazy-loading for ${packPathName}
lazy-loading for ${name}
'';
};