forked from lix-project/lix-installer
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.
This commit is contained in:
parent
b04b1eec70
commit
8de35b2477
20
README.md
20
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue