wip-pinebook-pro/overlay.nix

16 lines
659 B
Nix
Raw Permalink Normal View History

2020-01-06 21:21:02 +01:00
final: super:
let
2020-01-06 21:21:57 +01:00
inherit (final) callPackage kernelPatches linuxPackagesFor;
2020-01-06 21:21:02 +01:00
in
{
2022-02-21 02:04:06 +01:00
linuxPackages_pinebookpro_latest = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
linux_pinebookpro_latest = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
2022-02-21 02:06:48 +01:00
linuxPackages_pinebookpro_lts = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
linux_pinebookpro_lts = throw "Use the mainline kernel directly instead (linuxPackages_latest).";
2020-07-14 21:34:31 +02:00
pinebookpro-ap6256-firmware = callPackage ./firmware/ap6256-firmware.nix {};
2020-01-07 21:58:19 +01:00
pinebookpro-keyboard-updater = callPackage ./keyboard-updater {};
2020-01-06 21:21:02 +01:00
}