Merge pull request #1923 from rtfeldman/nix-tip-arch-linux

Nix install tip ArchLinux
This commit is contained in:
Richard Feldman 2021-11-09 00:20:42 +01:00 committed by GitHub
commit 35df58c18f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,9 @@ Using [nix](https://nixos.org/download.html) is a quick way to get an environmen
Anyone having trouble installing the proper version of LLVM themselves might also prefer this method.
First, install nix:
If you are running ArchLinux or a derivative like Manjaro, you'll need to run `sudo sysctl -w kernel.unprivileged_userns_clone=1` before installing nix.
Install nix:
`curl -L https://nixos.org/nix/install | sh`