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
1 changed files with 10 additions and 10 deletions
|
@ -13,16 +13,16 @@ 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:
|
The `nix-installer` tool is ready to use in a number of environments:
|
||||||
|
|
||||||
| Platform | Multi User | `root` only | Maturity |
|
| Platform | Multi User | `root` only | Maturity |
|
||||||
|------------------------------|:------------------:|:-----------:|:------------------------:|
|
|------------------------------|:------------------:|:-----------:|:-----------------:|
|
||||||
| Linux (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable |
|
| Linux (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable |
|
||||||
| MacOS (x86_64 & aarch64) | ✓ | | Mostly Stable (See note) |
|
| MacOS (x86_64 & aarch64) | ✓ | | Stable (See note) |
|
||||||
| Valve Steam Deck (SteamOS) | ✓ | | Stable |
|
| Valve Steam Deck (SteamOS) | ✓ | | Stable |
|
||||||
| WSL2 (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable |
|
| WSL2 (x86_64 & aarch64) | ✓ (via [systemd]) | ✓ | Stable |
|
||||||
| Podman Linux Containers | ✓ (via [systemd]) | ✓ | Stable |
|
| Podman Linux Containers | ✓ (via [systemd]) | ✓ | Stable |
|
||||||
| Docker Containers | | ✓ | Stable |
|
| Docker Containers | | ✓ | Stable |
|
||||||
| Linux (i686) | ✓ (via [systemd]) | ✓ | Unstable |
|
| 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
|
## Installation Differences
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue