This commit is contained in:
Chloe Bethel 2025-02-13 13:27:07 +00:00
parent 7036f5db2a
commit 0c7ec417a5
3 changed files with 30 additions and 2 deletions

View file

@ -28,12 +28,18 @@ lib.overrideDerivation
needsCifsUtils = false;
};
enableCommonConfig = false;
kernelPatches = [
{
name = "fix-mem0";
patch = ./wiiu-disable-mem0.patch;
}
];
#enableCommonConfig = false;
#structuredExtraConfig = import ./stripped-config.nix {
# version = "6.6.75-wiiu";
# inherit lib stdenv ;
# rustAvailable = true;
# features = {}; # Ensure we know of all extra patches, etc.
#};