nixos-and-flakes-book/docs/introduction/installation.md

11 lines
502 B
Markdown
Raw Normal View History

2023-06-30 11:00:03 +02:00
# Installation
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-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-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>.