Skip to content

Commit

Permalink
LLVM xone with cachyos-lto (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faustrox authored Aug 21, 2024
1 parent adc414d commit 62ad1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/linux-cachyos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in
description = "Linux EEVDF-BORE scheduler Kernel by CachyOS built with LLVM and Thin LTO";

packagesExtend = kernel: _finalModules: builtins.mapAttrs (k: v:
if builtins.elem k [ "zenpower" "v4l2loopback" "zfs_cachyos" "virtualbox" ]
if builtins.elem k [ "zenpower" "v4l2loopback" "zfs_cachyos" "virtualbox" "xone" ]
then llvmModuleOverlay kernel v
else v
);
Expand Down

0 comments on commit 62ad1fc

Please sign in to comment.