at 24.11-pre 114 B view raw
1{ lib, ... }: 2 3{ 4 options.set = { 5 value = lib.mkOption { 6 type = lib.types.ints.positive; 7 }; 8 }; 9}