nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 17 lines 364 B view raw
1{ 2 "services.frobnicator.types.<name>.enable": { 3 "declarations": [ 4 "nixos/modules/services/frobnicator.nix" 5 ], 6 "description": "Whether to enable the frobnication of this (`<name>`) type.", 7 "loc": [ 8 "services", 9 "frobnicator", 10 "types", 11 "<name>", 12 "enable" 13 ], 14 "readOnly": false, 15 "type": "boolean" 16 } 17}