lib/helpers: syntax change (#188)

This commit is contained in:
Gaétan Lepage 2023-02-23 17:10:28 +01:00 committed by GitHub
parent 6c8644cd39
commit a1b410192e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;