FAQ: Difference between revisions

imported>Samueldr
m Fix my oopsie
imported>Asymmetric
m What are channels and how they get updated?: Add link to Nix Channels page
Line 196: Line 196:


== What are channels and how they get updated? ==
== What are channels and how they get updated? ==
{{main|Nix Channels}}


[https://github.com/NixOS/nixpkgs Nixpkgs] is the git repository containing all packages and NixOS modules/expressions. Installing packages directly from Nixpkgs master branch is possible but a bit risky as git commits are merged into master before being heavily tested. That's where channels are useful.
[https://github.com/NixOS/nixpkgs Nixpkgs] is the git repository containing all packages and NixOS modules/expressions. Installing packages directly from Nixpkgs master branch is possible but a bit risky as git commits are merged into master before being heavily tested. That's where channels are useful.