revert: overrides(prismlauncher): set jdk to jdk17
Fixed in https://github.com/NixOS/nixpkgs/pull/206806 This reverts commit d8b519d60c052140a1fe2e9fd6fd6b501f085b32.
This commit is contained in:
parent
1f1c5bfe1a
commit
69c0f3faa1
1 changed files with 1 additions and 3 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,6 +16,4 @@ 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