1
0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-06-13 08:13:39 +02:00
wip-pinebook-pro/overlay.nix
2022-02-20 20:06:48 -05:00

16 lines
659 B
Nix

final: super:
let
inherit (final) callPackage kernelPatches linuxPackagesFor;
in
{
linuxPackages_pinebookpro_latest = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
linux_pinebookpro_latest = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
linuxPackages_pinebookpro_lts = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
linux_pinebookpro_lts = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
pinebookpro-ap6256-firmware = callPackage ./firmware/ap6256-firmware.nix {};
pinebookpro-keyboard-updater = callPackage ./keyboard-updater {};
}