Add Nix installation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# install_nix
|
||||
|
||||
Does a [multi-user install](https://nixos.org/manual/nix/stable/installation/installing-binary.html) of the Nix package manager.
|
||||
|
||||
## `files/install-nix` script
|
||||
|
||||
I got this file on 2022-05-03 by running:
|
||||
|
||||
```
|
||||
curl -L https://nixos.org/nix/install > files/install-nix
|
||||
```
|
||||
|
||||
It installs Nix 2.8.0.
|
||||
Reference in New Issue
Block a user