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

10 lines
581 B
Markdown
Raw Normal View History

2023-06-30 09:00:03 +00:00
# Installation
2023-07-04 04:18:46 +00:00
Nix can be installed in various ways:
2023-07-04 04:18:46 +00:00
1. As a package manager on macOS, Linux, or WSL.
2. As the system environment manager on NixOS, a Linux distribution that utilizes Nix for system management.
2023-07-06 03:37:53 +00:00
This book primarily focuses on the usage of NixOS and Flakes. Therefore, we will skip content that pertains solely to Nix(such as installation on macOS, Linux, or WSL).
2023-07-04 04:18:46 +00:00
The installation process of NixOS is straightforward, but we won't delve into the specifics here. For more information, please visit the official download site at <https://nixos.org/download.html>.