feat: Add prismlauncher and customize jdk versions
This commit is contained in:
parent
9556ca8d50
commit
3185f43ff7
4 changed files with 17 additions and 0 deletions
10
pkgs/prismlauncher'.nix
Normal file
10
pkgs/prismlauncher'.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
prismlauncher,
|
||||
jdk17,
|
||||
jdk21,
|
||||
jdk8,
|
||||
jdk25,
|
||||
}:
|
||||
prismlauncher.override {
|
||||
jdks = [jdk17 jdk21 jdk8 jdk25];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue