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

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 = [ ];