2023-06-30 09:00:03 +00:00
# Installation
2023-06-23 15:18:01 +00:00
2023-06-23 10:05:06 +00:00
Nix can be installed in multiple ways:
2023-06-28 08:53:32 +00: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 10:05:06 +00:00
2023-06-28 08:53:32 +00:00
This book focuses on introducing the usage of NixOS & Flakes, so we will skip the content related only to Nix.
2023-06-23 10:05:06 +00:00
2023-06-28 08:53:32 +00: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 > .