1 Commits

Author SHA1 Message Date
429346e940 Added more Developer Resources. 2023-02-28 00:20:28 -08:00

View File

@ -121,20 +121,6 @@
NixOS Software Center NixOS Software Center
</p> </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 ## NixOS Developer Resources
[Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents) [Back to the Top](https://github.com/mikeroyal/NixOS-Guide#table-of-contents)
@ -150,6 +136,12 @@ Podman Linux Containers | ✓ (via [systemd](https://systemd.io/)) | ✓ | Stabl
- [What Is Nix — Developer Tooling | Shopify Engineering](https://shopify.engineering/what-is-nix) - [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) - [Cheatsheet - NixOS Wiki](https://nixos.wiki/index.php?title=Cheatsheet&useskin=vector)
- [nix.dev guide for developers](https://nix.dev/) - [nix.dev guide for developers](https://nix.dev/)