{"id":14967981,"url":"https://github.com/uncenter/nixpkgs-using","last_synced_at":"2025-10-26T00:30:43.058Z","repository":{"id":239082272,"uuid":"798460303","full_name":"uncenter/nixpkgs-using","owner":"uncenter","description":"🔩 Find packages that you use that are currently being updated in Nixpkgs.","archived":false,"fork":false,"pushed_at":"2025-01-07T21:55:00.000Z","size":226,"stargazers_count":11,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T12:52:34.813Z","etag":null,"topics":["cli","nixpkgs","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/uncenter.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},"funding":{"ko_fi":"uncenter","liberapay":"uncenter"}},"created_at":"2024-05-09T20:29:20.000Z","updated_at":"2025-01-11T14:41:14.000Z","dependencies_parsed_at":"2024-05-12T04:28:15.126Z","dependency_job_id":"b1645c93-e86a-45bb-8439-9661ef1fea97","html_url":"https://github.com/uncenter/nixpkgs-using","commit_stats":{"total_commits":37,"total_committers":3,"mean_commits":"12.333333333333334","dds":"0.21621621621621623","last_synced_commit":"c716afae7bb1ded4ea5b6283d5778b88f6e75482"},"previous_names":["uncenter/nixpkgs-using"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncenter%2Fnixpkgs-using","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncenter%2Fnixpkgs-using/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncenter%2Fnixpkgs-using/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncenter%2Fnixpkgs-using/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uncenter","download_url":"https://codeload.github.com/uncenter/nixpkgs-using/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238229940,"owners_count":19437723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cli","nixpkgs","rust"],"created_at":"2024-09-24T13:39:03.811Z","updated_at":"2025-10-26T00:30:43.052Z","avatar_url":"https://github.com/uncenter.png","language":"Rust","funding_links":["https://ko-fi.com/uncenter","https://liberapay.com/uncenter"],"categories":["Command-Line Tools"],"sub_categories":[],"readme":"# nixpkgs-using\n\nFind packages that you use that are currently being updated in Nixpkgs.\n\n![](./assets/demo.png)\n\n## Installation\n\n### Nix\n\n```\nnix run github:uncenter/nixpkgs-using\n```\n\n### Cargo\n\n```sh\ncargo install --git https://github.com/uncenter/nixpkgs-using.git\n```\n\n## Usage\n\n```\nnixpkgs-using [OPTIONS] \u003cCOMMAND\u003e\n```\n\n| Option            | Description                                                                                                                                                                                                               |\n| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `--flake`         | Path to the flake to evaluate. Defaults to the `FLAKE` environment variable, if present.                                                                                                                                  |\n| `--configuration` | Configuration to extract packages from (e.g., `darwinConfigurations.Katara`). Defaults to `*configurations.\u003chostname\u003e`, where `*configurations*` is detected from your operating system and the presence of `/etc/NIXOS`. |\n| `--username`      | Username to locate [Home Manager](https://github.com/nix-community/home-manager) packages from. Defaults to the username of the user running the process.                                                                 |\n| `--json`          | Output the results as JSON.                                                                                                                                                                                               |\n\n### `list`\n\nList the detected packages from evaluating your flake.\n\n### `prs`\n\nRequires a GitHub API token to use, provided through the `--token` flag or from the `GITHUB_TOKEN`/`GH_TOKEN` environment variables. With roughly 6,000 open pull requests on [NixOS/nixpkgs](https://github.com/NixOS/nixpkgs), ~60 API requests are made per run to fetch 100 pull requests at a time.. GitHub's documentation on GraphQL ratelimiting isn't very clear so I can't say for certain how many runs it will take for the rate limit to be reached, but for good measure don't run it more then 5-ish times an hour.\n\n#### `--repository`\n\nThe (GitHub) repository from which pull requests are fetched. Defaults to [`NixOS/nixpkgs`](https://github.com/NixOS/nixpkgs).\n\n#### `--updates`\n\nShown pull requests that are detected to be package updates (filters for pull requests that include a `-\u003e` in the title, as is the preferred commit/pull request title style in [NixOS/nixpkgs](https://github.com/NixOS/nixpkgs)).\n\n#### `--new`\n\nShown pull requests that have not already been shown (filters for pull requests created after the timestamp of the last `nixpkgs-using` invocation).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcenter%2Fnixpkgs-using","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funcenter%2Fnixpkgs-using","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcenter%2Fnixpkgs-using/lists"}