Nix Manual
Nix is a package manager which comes in a form of many command line tools. Packages that Nix can build are defined with the Nix Expression Language.
- Installation
 - Basic package management
 - Main command line tools:
- nix-env — manipulate or query Nix user environments
 - nix-build — build a Nix expression
 - nix-shell — start an interactive shell based on a Nix expression
 - nix-store — manipulate or query the Nix store
 - nix-channel - keep Nix expressions up to date
 
 - Nix expression language