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:
parent
af23843434
commit
be9fbb04bb
3 changed files with 7 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue