Nix (package manager): Difference between revisions

imported>Ixxie
imported>Ixxie
Line 16: Line 16:
=== Imperative Operations ===
=== Imperative Operations ===


To a large extent, package and environment management in Nix is imperative; user environments - including package installation and removal - is managed with the <code>nix-env</code> command, while <code>nix-channels</code> determine which version of [Nixpkgs] is used, and thus which version your packages will have.


====  User Environments ====
====  User Environments ====