mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Optimizations] Fix htop build
This commit is contained in:
parent
27cfa18841
commit
351e557874
1 changed files with 1 additions and 2 deletions
|
|
@ -150,9 +150,8 @@ in
|
|||
opensshOptimized = optimizePkg { level = "very-unsafe"; recursive = 0; lto = true; } super.openssh;
|
||||
#libxslt = optimizePkg { level = "unsafe"; parallelize = generalCfg.cores; lto = true; } super.libxslt;
|
||||
htop = optimizePkg {
|
||||
parallelize = generalCfg.cores;
|
||||
level = "unsafe";
|
||||
lto = true;
|
||||
recursive = 2;
|
||||
} super.htop;
|
||||
nano = optimizePkg {level = "unsafe"; recursive = 99; } super.nano;
|
||||
virtmanager = optimizePkg {} super.virtmanager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue