Don't import channel as root, import channel as user
Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
This commit is contained in:
parent
fe9ce7a329
commit
0ce1b68261
@ -15,8 +15,8 @@ environment.systemPackages = with pkgs; [ polymc ]; ##
|
||||
To import without flakes use channels:
|
||||
|
||||
```
|
||||
sudo -i nix-channel --add https://github.com/PolyMC/PolyMC/archive/master.tar.gz polymc
|
||||
sudo -i nix-channel --update polymc
|
||||
nix-channel --add https://github.com/PolyMC/PolyMC/archive/master.tar.gz polymc
|
||||
nix-channel --update polymc
|
||||
nix-env -iA polymc
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user