mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge pull request #1923 from rtfeldman/nix-tip-arch-linux
Nix install tip ArchLinux
This commit is contained in:
commit
35df58c18f
1 changed files with 3 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue