Nixpkgs: Difference between revisions
imported>Artturin mNo edit summary |
imported>Artturin m use nixos:latest template |
||
Line 14: | Line 14: | ||
For [[NixOS]] users, <code>nixos-unstable</code> is the bleeding-edge, where packages pass build tests and integration tests on a VM, and are tested from the perspective of being an operative system (this means things like the X server, KDE, various servers, and lower level details like installing bootloaders and runnning the nixos installation steps are also tested). | For [[NixOS]] users, <code>nixos-unstable</code> is the bleeding-edge, where packages pass build tests and integration tests on a VM, and are tested from the perspective of being an operative system (this means things like the X server, KDE, various servers, and lower level details like installing bootloaders and runnning the nixos installation steps are also tested). | ||
Both [[Nix]] and [[NixOS]] users can use stable channels - the latest being | Both [[Nix]] and [[NixOS]] users can use stable channels - the latest being {{nixos:latest}} - to receive only conservative updates for fixing critical bugs and security vulnerabilities. | ||
For more information on channels and how to select the appropriate channel for your purposes, see the [[Nix Channels]] article. | For more information on channels and how to select the appropriate channel for your purposes, see the [[Nix Channels]] article. |