nixos/kernel_config: remove redundant mergeEqualOption

This commit is contained in:
Johannes Kirschbauer 2026-05-30 00:25:06 +02:00
commit 6996a952c9
No known key found for this signature in database

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