Skip to content

cybardev/nix-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-channel

A Nix channel for my packages

Note

See pkgs/ for list of available packages.

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