nixos/kernel_config: remove redundant mergeEqualOption

This commit is contained in:
Johannes Kirschbauer
2026-05-30 00:25:06 +02:00
parent 3288ec4f5d
commit 6996a952c9
+1 -3
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 = ''