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 {
|
||||
type = types.nullOr type;
|
||||
default = default;
|
||||
description = description;
|
||||
example = example;
|
||||
inherit default description example;
|
||||
};
|
||||
|
||||
inherit value global;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue