From 8de35b2477183b98c6e1ea65a94f4a3e1739c819 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 24 Feb 2023 09:27:00 -0800 Subject: [PATCH] README: upgrade MacOS stability and note (#269) Removing users and/or groups may fail if there is no user logged in graphically. Aside from that, it should work. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d18045e..b3abfd8 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix 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]) | ✓ | Stable | -| MacOS (x86_64 & aarch64) | ✓ | | Mostly Stable (See note) | -| Valve Steam Deck (SteamOS) | ✓ | | Stable | -| WSL2 (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable | -| Podman Linux Containers | ✓ (via [systemd]) | ✓ | Stable | -| Docker Containers | | ✓ | Stable | -| Linux (i686) | ✓ (via [systemd]) | ✓ | Unstable | +| Platform | Multi User | `root` only | Maturity | +|------------------------------|:------------------:|:-----------:|:-----------------:| +| Linux (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable | +| MacOS (x86_64 & aarch64) | ✓ | | Stable (See note) | +| Valve Steam Deck (SteamOS) | ✓ | | Stable | +| WSL2 (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable | +| Podman Linux Containers | ✓ (via [systemd]) | ✓ | Stable | +| Docker Containers | | ✓ | Stable | +| Linux (i686) | ✓ (via [systemd]) | ✓ | Unstable | -> **MacOS note:** `nix-installer` currently does not support uninstalling users or groups on Macs. See [#33](https://github.com/DeterminateSystems/nix-installer/issues/33) for details, to track the issue, or help out! +> **MacOS note:** Removing users and/or groups may fail if there are no users who are logged in graphically. ## Installation Differences