1 2 3 4 5 6 7 8 9 10 11
{ atLeast, lib, mkTester, ... }: lib.optionalAttrs (atLeast "10.8") { default = mkTester "sample_editable_timing_cache" [ "sample_editable_timing_cache" ]; }