fix perf
This commit is contained in:
parent
2ee1f67c2a
commit
b1d1632295
|
@ -172,7 +172,7 @@ in {
|
|||
zopfli
|
||||
brotli
|
||||
]
|
||||
(lib.mkIf (!cfg.skipPerf) config.boot.kernelPackages.perf)
|
||||
(lib.mkIf (!cfg.skipPerf) [config.boot.kernelPackages.perf])
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue