MyNixOS website logo

A declarative alternative to Nix channels. Whereas with stock channels, you would register URLs and fetch them into the Nix store with nix-channel(1), this option allows you to register the store path directly. One particularly useful example is registering flake inputs as channels.

This option can coexist with stock Nix channels. If the same channel is defined in both, this option takes precedence.

Declarations
Type
attribute set of package
Default
{ }
Example
{ inherit nixpkgs; }