Merge pull request #1661 from hustlerone/develop

Include JDK 21 into the nix derivation
This commit is contained in:
Lenny McLennington 2024-06-20 12:52:26 +01:00 committed by GitHub
commit b0bf7bd108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
, wrapQtAppsHook , wrapQtAppsHook
, jdk8 , jdk8
, jdk17 , jdk17
, jdk21
, xorg , xorg
, libpulseaudio , libpulseaudio
, qtbase , qtbase
@ -16,11 +17,11 @@
, wayland , wayland
, qtwayland , qtwayland
, msaClientID ? "" , msaClientID ? ""
, jdks ? [ jdk17 jdk8 ] , jdks ? [ jdk21 jdk17 jdk8 ]
, enableLTO ? false , enableLTO ? false
# flake
, self , self
, version , version
# flake
}: }:
let let