Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncenter/nixpkgs-track
Track where Nixpkgs pull requests have reached.
https://github.com/uncenter/nixpkgs-track
cli nix nixpkgs rust
Last synced: 3 months ago
JSON representation
Track where Nixpkgs pull requests have reached.
- Host: GitHub
- URL: https://github.com/uncenter/nixpkgs-track
- Owner: uncenter
- License: mit
- Created: 2024-08-02T21:26:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T22:11:51.000Z (5 months ago)
- Last Synced: 2024-09-28T09:01:22.086Z (3 months ago)
- Topics: cli, nix, nixpkgs, rust
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nixpkgs-track
Track where Nixpkgs pull requests have reached (is that update in `nixpkgs-unstable` yet??).
Originally created as a local and reliable CLI alternative to [Alyssa Ross](https://alyssa.is/)'s [Nixpkgs Pull Request Tracker
](https://nixpk.gs/pr-tracker.html) website and based by [getchoo/nixpkgs-tracker-bot](https://github.com/getchoo/nixpkgs-tracker-bot). However, nixpkgs-track is now based on the wonderful new [ocfox/nixpkgs-tracker](https://github.com/ocfox/nixpkgs-tracker) project, solely using GitHub's API.## Installation
### Nix
```
nix run github:uncenter/nixpkgs-track
```### Cargo
```sh
cargo install --git https://github.com/uncenter/nixpkgs-track.git
```## Usage
```
nixpkgs-track [--token ]
```## License
[MIT](LICENSE)