mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-06 02:59:41 +01:00
Moves u-boot
This commit is contained in:
parent
2603855a47
commit
1c6ba3b6e6
2 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ let
|
||||||
inherit (pkgs) callPackage;
|
inherit (pkgs) callPackage;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
u-boot = callPackage ./u-boot.nix {};
|
u-boot = callPackage ./u-boot {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue