A Nix channel for my packages
Note
See pkgs/
for list of available packages.
-
Add the channel:
sudo -H nix-channel --add "https://github.com/cybardev/nix-channel/archive/main.tar.gz" cypkgs sudo -H nix-channel --update
-
Use in Nix config. Example: github.com/cybardev/nix-dotfiles/blob/5716763/packages/common.nix#L7
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