Loading nixos/modules/services/hardware/thinkfan.nix +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ let tuple = ts: lib.mkOptionType { name = "tuple"; merge = lib.mergeOneOption; check = xs: all id (zipListsWith (t: x: t.check x) ts xs); check = xs: lib.all lib.id (zipListsWith (t: x: t.check x) ts xs); description = "tuple of" + lib.concatMapStrings (t: " (${t.description})") ts; }; level = ints.unsigned; Loading Loading
nixos/modules/services/hardware/thinkfan.nix +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ let tuple = ts: lib.mkOptionType { name = "tuple"; merge = lib.mergeOneOption; check = xs: all id (zipListsWith (t: x: t.check x) ts xs); check = xs: lib.all lib.id (zipListsWith (t: x: t.check x) ts xs); description = "tuple of" + lib.concatMapStrings (t: " (${t.description})") ts; }; level = ints.unsigned; Loading