nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at lib-types-attrNamesToTrue 6 lines 113 B view raw
1{ lib, ... }: 2{ 3 options.value = lib.mkOption { 4 type = lib.types.either lib.types.int lib.types.str; 5 }; 6}