remove NIX_PATH from nixos-install step

This commit is contained in:
Kaleb Olson
2024-08-02 18:28:36 -05:00
committed by Florian Brandes
parent 431f1dc172
commit b848b3f10a

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