Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 932 Bytes

File metadata and controls

25 lines (15 loc) · 932 Bytes

nix-channel

A Nix channel for my packages and modules

Note

See pkg/ for list of available packages, and mod/ for list of available modules.

Usage

Channels

  1. Add the channel:

    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

Flakes

Honestly, I don't know. If you want to use flakes, you probably know much better than I do how to use this repository. Good luck~

Though, I do use it myself this way: github.com/cybardev/nix-dotfiles/blob/87ac41c/flake.nix#L24