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

https://github.com/cybardev/nix-channel

A Nix channel for my packages
https://github.com/cybardev/nix-channel

nix nix-channels nix-darwin nixos nixpkgs

Last synced: 3 months ago
JSON representation

A Nix channel for my packages

Awesome Lists containing this project

README

        

# nix-channel

A Nix channel for my packages

## Usage

1. Add the channel:

```sh
sudo -H nix-channel --add "https://github.com/cybardev/nix-channel/archive/main.tar.gz" cypkgs
sudo -H nix-channel --update
```

2. Use in Nix config. Example: [github.com/cybardev/nix-dotfiles/blob/5716763/packages/common.nix#L7]()

> [!NOTE]
> See [default.nix](./default.nix) for list of available packages.