remove NIX_PATH from nixos-install step
This commit is contained in:
committed by
Valentin Gagarin
parent
f6c6c6203f
commit
3f9a325954
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user