forked from extern/NixOS-Guide
Compare commits
1 Commits
mikeroyal-
...
mikeroyal-
Author | SHA1 | Date | |
---|---|---|---|
39d4ca9100 |
20
README.md
20
README.md
@ -121,6 +121,20 @@
|
||||
NixOS Software Center
|
||||
</p>
|
||||
|
||||
[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)
|
||||
|
||||
@ -135,12 +149,6 @@
|
||||
- [Home Manager - NixOS Wiki](https://nixos.wiki/wiki/Home_Manager)
|
||||
|
||||
- [What Is Nix — Developer Tooling | Shopify Engineering](https://shopify.engineering/what-is-nix)
|
||||
|
||||
- [NixOS configurations collection](https://nixos.wiki/wiki/Configuration_Collection)
|
||||
|
||||
- [Install and Configure NixOS on a Linode](https://www.linode.com/docs/guides/install-nixos-on-linode/)
|
||||
|
||||
- [Zero to Nix from Determinate Systems](https://zero-to-nix.com/start/install)
|
||||
|
||||
- [Cheatsheet - NixOS Wiki](https://nixos.wiki/index.php?title=Cheatsheet&useskin=vector)
|
||||
|
||||
|
Reference in New Issue
Block a user