mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
lib/helpers: syntax change (#188)
This commit is contained in:
parent
6c8644cd39
commit
a1b410192e
1 changed files with 1 additions and 3 deletions
|
@ -188,9 +188,7 @@ with lib; rec {
|
||||||
}: {
|
}: {
|
||||||
option = mkOption {
|
option = mkOption {
|
||||||
type = types.nullOr type;
|
type = types.nullOr type;
|
||||||
default = default;
|
inherit default description example;
|
||||||
description = description;
|
|
||||||
example = example;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit value global;
|
inherit value global;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue