mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-27 09:36:17 -04:00
lib/helpers: syntax change (#188)
This commit is contained in:
+1
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user