mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
update NIX.md
This commit is contained in:
parent
f84fc783b6
commit
b635a7e693
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ inputs = {
|
|||
|
||||
...
|
||||
|
||||
nixpkgs.overlays = [ inputs.polymc.overlay.${system} ]; ## Within configuration.nix
|
||||
nixpkgs.overlays = [ inputs.polymc.overlay ]; ## Within configuration.nix
|
||||
environment.systemPackages = with pkgs; [ polymc ]; ##
|
||||
```
|
||||
|
||||
|
|
@ -28,4 +28,4 @@ nixpkgs.overlays = [
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ polymc ];
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue