1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 07:53:55 +02:00

Remove environment variables doc

This commit is contained in:
Luc Perkins 2025-03-05 16:35:55 -03:00
parent af23843434
commit be9fbb04bb
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
3 changed files with 7 additions and 65 deletions

View file

@ -3,10 +3,13 @@
This chapter is for impatient people who don't like reading documentation.
For more in-depth information you are kindly referred to subsequent chapters.
1. Install Nix:
1. Install Nix.
We recommend that macOS users use [Determinate.pkg][pkg].
For Linux and Windows Subsystem for Linux (WSL) users:
```console
$ curl -L https://nixos.org/nix/install | sh
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install --determinate
```
The install script will use `sudo`, so make sure you have sufficient rights.
@ -41,3 +44,5 @@ For more in-depth information you are kindly referred to subsequent chapters.
```console
$ nix-collect-garbage
```
[pkg]: https://install.determinate.systems/determinate-pkg/stable/Universal