[Backport release-26.05] nixos/kernel_config: remove redundant mergeEqualOption (#526666)

This commit is contained in:
Matt Sturgeon 2026-06-01 12:34:47 +00:00 committed by GitHub
commit aa78b04812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,9 +29,7 @@ let
};
freeform = mkOption {
type = types.nullOr types.str // {
merge = mergeEqualOption;
};
type = types.nullOr types.str;
default = null;
example = ''MMC_BLOCK_MINORS.freeform = "32";'';
description = ''