remove NIX_PATH from nixos-install step

This commit is contained in:
Kaleb Olson
2024-08-04 17:36:43 +02:00
committed by gador
parent 431f1dc172
commit b848b3f10a
@@ -125,7 +125,7 @@ The first steps to all these are the same:
:::
```ShellSession
$ sudo PATH="$PATH" NIX_PATH="$HOME/.nix-defexpr/channels" `which nixos-install` --root /mnt
$ sudo PATH="$PATH" `which nixos-install` --root /mnt
```
Again, please refer to the `nixos-install` step in