remove NIX_PATH from nixos-install step

This commit is contained in:
Kaleb Olson 2024-08-02 18:28:36 -05:00 committed by Valentin Gagarin
parent f6c6c6203f
commit 3f9a325954

View File

@ -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