improve descriptions for base and busybox

This commit is contained in:
Daniel Barlow
2023-08-12 20:11:43 +01:00
parent 519de0b55c
commit f93c03c98a
2 changed files with 40 additions and 8 deletions

View File

@@ -65,6 +65,7 @@ in {
description = "Other busybox config flags that do not map directly to applet names (often prefixed FEATURE_)";
type = types.attrsOf types.nonEmptyStr;
default = { };
example = { FEATURE_DD_IBS_OBS = "y"; };
};
};
};