mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-05 18:49:41 +01:00
11 lines
241 B
Nix
11 lines
241 B
Nix
|
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 {};
|
||
|
}
|