packages/jre17_standard: init
This commit is contained in:
parent
7e7b38d9bc
commit
13cfbf8935
1 changed files with 10 additions and 0 deletions
|
@ -13,4 +13,14 @@ super: rec {
|
||||||
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
|
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";
|
||||||
|
|
||||||
sssd = super.sssd.override { withSudo = true; };
|
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"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue