2023-06-30 11:00:03 +02:00
# Installation
2023-06-23 17:18:01 +02:00
2023-06-23 12:05:06 +02:00
Nix can be installed in multiple ways:
2023-06-28 10:53:32 +02:00
1. As a package manager on macOS/Linux/WSL.
2. Manage the entire system environment on NixOS, it's a Linux distribution that uses Nix to manage the system.
2023-06-23 12:05:06 +02:00
2023-06-28 10:53:32 +02:00
This book focuses on introducing the usage of NixOS & Flakes, so we will skip the content related only to Nix.
2023-06-23 12:05:06 +02:00
2023-06-28 10:53:32 +02:00
The installation process of NixOS is simple, and we won't go into details here. Please visit the official download site for more information: < https: / / nixos . org / download . html > .