mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Add jetbrains.jdk to optimized packages
This commit is contained in:
parent
d10a7d846e
commit
28cf4ad7fc
1 changed files with 8 additions and 0 deletions
|
|
@ -131,6 +131,14 @@ in {
|
||||||
lto = true;
|
lto = true;
|
||||||
recursive = 1;
|
recursive = 1;
|
||||||
} super.mandoc;
|
} super.mandoc;
|
||||||
|
|
||||||
|
jetbrains = super.jetbrains // {
|
||||||
|
jdk = optimizePkg {
|
||||||
|
level = "moderately-unsafe";
|
||||||
|
lto = true;
|
||||||
|
recursive = 1;
|
||||||
|
} super.jetbrains.jdk;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue