cachy stuff

This commit is contained in:
mjallen18
2026-01-01 23:11:27 -06:00
parent 1e5ef59d56
commit 687a3a6446
7 changed files with 19263 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -273,6 +273,20 @@ in
withHDR = false;
};
cachyos-deckify = mkCachyKernel {
taste = "linux-cachyos-deckify";
pname = "cachyos-deckify";
configPath = ./config-nix/cachyos-deckify.x86_64-linux.nix;
versions = mainVersions;
withUpdateScript = "stable";
};
cachyos-deckify-lto = mkCachyKernel ltoKernelAttrs // {
pname = "linux-cachyos-deckify-lto";
configPath = ./config-nix/cachyos-deckify-lto.x86_64-linux.nix;
};
zfs = zfs_2_3.overrideAttrs (prevAttrs: {
src = if isUnsupported then brokenReplacement else gccKernel.zfs_cachyos.src;
patches = [ ];

View File

@@ -178,7 +178,6 @@ let
# _use_llvm_lto, defaults to "none"
ltoConfig =
# assert (cachyConfig.useLTO == "none" || stdenv.cc.isClang);
if cachyConfig.useLTO == "thin" then
[
"-e LTO"