Nix By Examples

setup

console

You can install nix by following the instruction on their [github](https://github.com/NixOS/nix) or executing the following command in your terminal.
$ curl -L https://nixos.org/nix/install | sh
Nix's manpages are really good and you should use them as first documentation.
# nix --help
next: hello world