lib/helpers: syntax change (#188)

This commit is contained in:
Gaétan Lepage
2023-02-23 16:10:28 +00:00
committed by GitHub
parent 6c8644cd39
commit a1b410192e
+1 -3
View File
@@ -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;