An open API service indexing awesome lists of open source software.

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

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