This commit is contained in:
Sean Kovacs 2026-02-16 11:19:04 -05:00
commit a381fd79a9
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 511 additions and 29 deletions

View file

@ -21,19 +21,19 @@ final: prev: {
riff = final.callPackage ./riff { };
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;
};
}
];
};
# 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;
# };
# }
# ];
# };
}