9 lines
136 B
Nix
9 lines
136 B
Nix
|
args:
|
||
|
import ../temurin-bin/jdk-linux-base.nix (
|
||
|
{
|
||
|
name-prefix = "semeru";
|
||
|
brand-name = "IBM Semeru Runtime";
|
||
|
}
|
||
|
// args
|
||
|
)
|