diff --git a/pills/02-install-on-your-running.xml b/pills/02-install-on-your-running.xml index f5c3e31..8e9be7f 100644 --- a/pills/02-install-on-your-running.xml +++ b/pills/02-install-on-your-running.xml @@ -21,22 +21,14 @@ - Installing - Nix is as easy as installing any other package. - It will not drastically change our system, it will stay out of our way. + For installation instructions, please refer to the Nix Reference Manual on + + Installing Nix.
Installation - - To install Nix, run curl -L https://nixos.org/nix/install | sh - as a non-root user and follow the instructions. Alternatively, you may - prefer to download the installation script and verify its integrity using - GPG signatures. Instructions for doing so can be found here: https://nixos.org/nix/download.html. - - These articles are not a tutorial on using Nix. Instead, we're going to walk through the Nix system to understand the fundamentals.