at 24.11-pre 118 B view raw
1{ lib, ... }: 2 3{ 4 options = { 5 value = lib.mkOption { 6 type = lib.types.ints.between (-21) 43; 7 }; 8 }; 9}