{"id":23266149,"url":"https://github.com/raphiz/options-search","last_synced_at":"2026-01-23T17:31:52.180Z","repository":{"id":196833230,"uuid":"697123422","full_name":"raphiz/options-search","owner":"raphiz","description":"Nix Modules Option Search","archived":false,"fork":false,"pushed_at":"2025-03-04T22:23:56.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T19:03:29.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raphiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-27T05:26:51.000Z","updated_at":"2025-03-04T22:24:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"df6d559f-84ab-4e79-8e8b-cf47a2684add","html_url":"https://github.com/raphiz/options-search","commit_stats":null,"previous_names":["raphiz/options-search"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raphiz/options-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphiz%2Foptions-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphiz%2Foptions-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphiz%2Foptions-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphiz%2Foptions-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphiz","download_url":"https://codeload.github.com/raphiz/options-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphiz%2Foptions-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T15:52:53.936Z","updated_at":"2026-01-23T17:31:52.164Z","avatar_url":"https://github.com/raphiz.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix Modules option search\n\nWant to try it out? Run the devshell:\n\n```bash\nnix develop github:raphiz/options-search\n# you will be greeted with further instructions\n```\n\n## Example usage\n\nFirst, add this flake as an input to your flake:\n\n```nix\n  inputs = {\n    options-search.url = \"github:raphiz/options-search\";\n  }\n```\n\nthen import the module\n\n```nix\nnixpkgs.lib.modules.evalModules { # or your module-system function of choice, eg. nixpkgs.lib.nixosSystem\n    modules = [\n      inputs.options-search.nixosModules.default\n    ];\n};\n```\n\nThats it. You can now run the `options-search` in the evaluated module context.\n\nFor more examples, checkout the [devshell.nix file](./devshell.nix).\n\n## Credits\n\n* Based upon the ideas and code of [home-manager-option-search](https://mipmip.github.io/home-manager-option-search/).\n* Based on parts of [nixos-render-docs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs)\n* Idea inspired by [Alain Lehmanns nix-option-search](https://github.com/ciderale/nix-option-search)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphiz%2Foptions-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphiz%2Foptions-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphiz%2Foptions-search/lists"}