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 {
type = types.nullOr type;
default = default;
description = description;
example = example;
inherit default description example;
};
inherit value global;