[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

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 = ''