packages/jre17_standard: init

This commit is contained in:
Max Headroom 2022-05-27 15:56:49 +02:00
parent 7e7b38d9bc
commit 13cfbf8935

View file

@ -13,4 +13,14 @@ super: rec {
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
sssd = super.sssd.override { withSudo = true; };
jre17_standard = super.jre_minimal.override {
jdk = super.jdk17_headless;
modules = [
"java.se"
"jdk.naming.dns"
"jdk.crypto.ec"
"jdk.zipfs"
];
};
}