feat(flake): Use JDK17
This commit is contained in:
parent
8b14b60162
commit
639a4304e6
@ -29,7 +29,7 @@
|
|||||||
useGoogleAPIs = false;
|
useGoogleAPIs = false;
|
||||||
useGoogleTVAddOns = false;
|
useGoogleTVAddOns = false;
|
||||||
};
|
};
|
||||||
pinnedJDK = pkgs.jdk;
|
pinnedJDK = pkgs.jdk17;
|
||||||
|
|
||||||
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
|
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
|
||||||
requests pyyaml # For the build scripts
|
requests pyyaml # For the build scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user