mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
6 lines
124 B
Nix
6 lines
124 B
Nix
|
args:
|
||
|
import ../temurin-bin/jdk-linux-base.nix ({
|
||
|
name-prefix = "semeru";
|
||
|
brand-name = "IBM Semeru Runtime";
|
||
|
} // args)
|