switch to asahi kernel overlay
This commit is contained in:
parent
ac2c321e1c
commit
93268092e6
3 changed files with 17 additions and 70 deletions
|
|
@ -1,5 +1,20 @@
|
|||
final: prev: {
|
||||
spotify-webapp = final.callPackage ./spotify-webapp {};
|
||||
linux-asahi = final.callPackage ./linux-asahi {};
|
||||
altserver-linux = final.callPackage ./altserver {};
|
||||
|
||||
linuxPackages_asahi = prev.linuxPackages_asahi.override {
|
||||
_kernelPatches = [
|
||||
{
|
||||
name = "Mailbox and RTKIT support";
|
||||
patch = null;
|
||||
structuredExtraConfig = with prev.lib.kernel; {
|
||||
APPLE_MAILBOX = yes;
|
||||
APPLE_RTKIT = yes;
|
||||
APPLE_RTKIT_HELPER = yes;
|
||||
RUST_APPLE_RTKIT = yes;
|
||||
RUST_FW_LOADER_ABSTRACTIONS = yes;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue