mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 21:36:58 +03:00
Update instructions
This commit is contained in:
parent
72656d41df
commit
8ccef671d5
1 changed files with 7 additions and 5 deletions
|
|
@ -16,11 +16,13 @@ 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-env -iA polymc
|
||||
```
|
||||
add `<polymc>` to imports in your `configuration.nix`
|
||||
|
||||
```nix
|
||||
imports = [
|
||||
"<polymc>/packages/nix/overlay.nix"
|
||||
];
|
||||
or alternatively you can use
|
||||
|
||||
```
|
||||
nixpkgs.overlays = [
|
||||
(import (builtins.fetchTarball "https://github.com/lourkeur/PolyMC/archive/develop.tar.gz")).overlay
|
||||
]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue