lmao perhaps

This commit is contained in:
mjallen18
2026-03-10 10:51:32 -05:00
parent c13ce86810
commit 1616c6766e
4 changed files with 131 additions and 11 deletions

View File

@@ -33,6 +33,9 @@ let
suffix = vars.suffix or "";
linux = {
inherit (s.linux) version hash;
}
// lib.optionalAttrs (s.linux ? fetcher && s.linux.fetcher == "github") {
inherit (s.linux) owner repo rev;
};
config = {
rev = s.config.rev;
@@ -236,6 +239,9 @@ let
withNTSync = false;
withHDR = false;
# Enable Rust — required for DRM_ASAHI (AGX GPU) and APPLE_SEP
withRust = true;
# Disable module building extras that don't apply to aarch64 targets
packagesExtend =
_kernel: _final: prev: