This commit is contained in:
Motiejus Jakštys 2024-03-07 14:19:29 +02:00
parent 2ee1f67c2a
commit b1d1632295
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ in {
zopfli
brotli
]
(lib.mkIf (!cfg.skipPerf) config.boot.kernelPackages.perf)
(lib.mkIf (!cfg.skipPerf) [config.boot.kernelPackages.perf])
];
};