This commit is contained in:
mjallen18
2026-01-02 12:21:51 -06:00
parent dfc2c8faa4
commit 6b28a8df9c
9 changed files with 8892 additions and 1287 deletions

View File

@@ -324,6 +324,7 @@ stdenv.mkDerivation (finalAttrs: {
buildPhase = ''
runHook preBuild
echo ${cachyConfig.taste}
cp "${config-src}/${cachyConfig.taste}/config" ".config"
make $makeFlags olddefconfig
patchShebangs scripts/config
@@ -343,7 +344,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = ogKernelConfigfile.meta // {
# at the time of this writing, they don't have config files for aarch64
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
passthru = {