2023-06-23 15:18:01 +00:00
|
|
|
## Installation
|
|
|
|
|
2023-06-23 10:05:06 +00:00
|
|
|
|
|
|
|
Nix can be installed in multiple ways:
|
|
|
|
|
|
|
|
1. Install on macOS/Linux/WSL as a package manager.
|
|
|
|
2. Install NixOS, it's a Linux distribution that uses Nix to manage the entire system environment.
|
|
|
|
|
2023-06-23 15:18:01 +00:00
|
|
|
This book aims to introduce the usage of NixOS & Flakes, so we just skip the content related only to Nix here.
|
2023-06-23 10:05:06 +00:00
|
|
|
|
2023-06-23 15:18:01 +00:00
|
|
|
The installation process of NixOS is simple, and I won't go into details here.
|
2023-06-23 10:05:06 +00:00
|
|
|
|
2023-06-23 15:18:01 +00:00
|
|
|
Please just go to the official download site to see more details: <https://nixos.org/download.html>
|