aaa
This commit is contained in:
parent
d114f30429
commit
a381fd79a9
6 changed files with 511 additions and 29 deletions
|
|
@ -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;
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue