at 23.11-beta 110 B view raw
1{ lib, ... }: 2 3{ 4 options = { 5 value = lib.mkOption { 6 type = lib.types.ints.unsigned; 7 }; 8 }; 9}