cachy stuff
This commit is contained in:
File diff suppressed because it is too large
Load Diff
9619
packages/linux-cachyos/config-nix/cachyos-deckify.x86_64-linux.nix
Normal file
9619
packages/linux-cachyos/config-nix/cachyos-deckify.x86_64-linux.nix
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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 = [ ];
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user