1
0
Fork 0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-11-05 18:49:41 +01:00
wip-pinebook-pro/overlay.nix

11 lines
241 B
Nix
Raw Normal View History

2020-01-06 21:21:02 +01:00
final: super:
let
inherit (final) callPackage;
in
{
# Alternative BSP u-boot, with nvme support if desired
# * https://gitlab.manjaro.org/manjaro-arm/packages/core/uboot-pinebookpro
u-boot-pinebookpro = callPackage ./u-boot {};
}