3 # Some modules may be distributed separately and need to adapt to other modules
4 # that are distributed and versioned separately.
7 # Always defined, but the value depends on the presence of an option.
9 value = if options ? enable then 360 else 7;
11 # Only define if possible.
12 // lib.optionalAttrs (options ? enable) {