Skip to content

Commit

Permalink
FIX: xone build error with cachyos-lto (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faustrox authored Aug 24, 2024
1 parent 935a1f5 commit c99c254
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

1 comment on commit c99c254

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (336 not suitable for building)

Please sign in to comment.