From 39d4ca91008aa37293cb5882f4a87a7aa5ce97d9 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:29:31 -0800 Subject: [PATCH] Added Determinate Nix Installer to Getting Started. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5abaaaf..df03fc5 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,20 @@ NixOS Software Center

+[Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer) is an opinionated alternative to the official [Nix install scripts](https://nixos.org/download.html). + +**The nix-installer tool is ready to use in a number of environments:** + +|Platform | Multi User | root only | Maturity| +|------|------|-------|------| +|Linux (x86_64 & aarch64) |✓ (via [systemd](https://systemd.io/)) | ✓ | Stable| +|MacOS (x86_64 & aarch64) | ✓ | |Stable (See note)| +|Valve Steam Deck (SteamOS)| ✓ | |Stable| +|WSL2 (x86_64 & aarch64) | ✓ (via [systemd](https://systemd.io/)) | ✓ | Stable| +Podman Linux Containers | ✓ (via [systemd](https://systemd.io/)) | ✓ | Stable| +|Docker Containers | |✓ | Stable| +|Linux (i686) | ✓ (via [systemd](https://systemd.io/)) | ✓ |Unstable| + ## NixOS Developer Resources [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)