https://github.com/darksworm/nur-packages
Nix User Repository with multiple packages
https://github.com/darksworm/nur-packages
Last synced: 9 months ago
JSON representation
Nix User Repository with multiple packages
- Host: GitHub
- URL: https://github.com/darksworm/nur-packages
- Owner: darksworm
- Created: 2025-08-21T19:31:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T15:26:07.000Z (10 months ago)
- Last Synced: 2025-09-21T06:46:49.824Z (9 months ago)
- Language: Nix
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NUR Packages
This is a Nix User Repository containing custom packages.
## Available Packages
- `argonaut` - A GitOps CLI tool for managing ArgoCD applications
## Usage
After registering this repo in NUR, users can install packages with:
```bash
nix-env -iA nur.repos.darksworm.argonaut
```
## Registration in NUR
To register this repository in NUR:
1. Fork [nix-community/NUR](https://github.com/nix-community/NUR)
2. Add this repo to `repos.json`:
```json
{
"repos": {
"darksworm": {
"url": "https://github.com/darksworm/nur-packages"
}
}
}
```
3. Create a pull request back to upstream