mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Use new cpu.* option names
This commit is contained in:
parent
d1e6f1be18
commit
48a2a0879f
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ let
|
|||
addAttrs = myLib.optimizations.addAttrs;
|
||||
|
||||
optimizePkg = {
|
||||
cpuCores ? generalCfg.cores,
|
||||
cpuArch ? generalCfg.cpuArch,
|
||||
cpuTune ? generalCfg.cpuTune,
|
||||
cpuCores ? generalCfg.cpu.threads,
|
||||
cpuArch ? generalCfg.cpu.arch,
|
||||
cpuTune ? generalCfg.cpu.tune,
|
||||
extraCFlags ? cfg.extraCompileFlags,
|
||||
blacklist ? cfg.blacklist,
|
||||
overrideMap ? cfg.overrideMap,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue