update
This commit is contained in:
parent
7036f5db2a
commit
0c7ec417a5
3 changed files with 30 additions and 2 deletions
|
@ -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.
|
||||
#};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue