mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Add installation instructions to intro
This commit is contained in:
parent
4f6d3299a4
commit
644f79dfd8
6 changed files with 17 additions and 16 deletions
|
@ -1,7 +1,17 @@
|
|||
# Determinate Nix
|
||||
|
||||
**Determinate Nix** is a downstream distribution of [Nix], a purely
|
||||
functional language, CLI tool, and package management system.
|
||||
**Determinate Nix** is a downstream distribution of [Nix], a purely functional language, CLI tool, and package management system.
|
||||
It's available on Linux, macOS, and Windows Subsystem for Linux (WSL).
|
||||
|
||||
## Installing
|
||||
|
||||
We recommend that macOS users install Determinate Nix using our graphical installer, [Determinate.pkg][pkg].
|
||||
For Linux and Windows Subsystem for Linux (WSL) users:
|
||||
|
||||
```console
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
|
||||
sh -s -- install --determinate
|
||||
```
|
||||
|
||||
## How Nix works
|
||||
|
||||
|
@ -188,7 +198,7 @@ to build configuration files in `/etc`). This means, among other
|
|||
things, that it is easy to roll back the entire configuration of the
|
||||
system to an earlier state. Also, users can install software without
|
||||
root privileges. For more information and downloads, see the [NixOS
|
||||
homepage][site].
|
||||
homepage][nix].
|
||||
|
||||
## License
|
||||
|
||||
|
@ -197,5 +207,5 @@ option) any later
|
|||
version][license].
|
||||
|
||||
[license]: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
|
||||
[nix]: https://nixos.org
|
||||
[pkg]: https://install.determinate.systems/determinate-pkg/stable/Universal
|
||||
[site]: https://nixos.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue