Files
nixos-hardware/apple/t2/pkgs/linux-t2/latest.nix
Cassie Cheung 32cd434259 apple/t2: sync patches
also made the update script use threading for speed
2025-03-26 15:29:11 +08:00

7 lines
129 B
Nix

{ callPackage, linux_6_14, ... }@args:
callPackage ./generic.nix args {
kernel = linux_6_14;
patchesFile = ./latest.json;
}