overrides(prismlauncher): set jdk to jdk17
See https://github.com/NixOS/nixpkgs/pull/206806
This commit is contained in:
parent
3a49baac00
commit
37d1f1d750
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ channels: final: prev: {
|
|||
inherit (channels.latest)
|
||||
discord-canary
|
||||
kmscon
|
||||
prismlauncher
|
||||
# prismlauncher
|
||||
|
||||
# https://nixpk.gs/pr-tracker.html?pr=200098
|
||||
nitter
|
||||
|
@ -16,4 +16,6 @@ channels: final: prev: {
|
|||
;
|
||||
|
||||
qtile = final.qtile-unstable;
|
||||
|
||||
prismlauncher = channels.latest.prismlauncher.override { jdk = final.jdk17; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue