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

Moves u-boot

This commit is contained in:
Samuel Dionne-Riel 2019-11-14 17:45:45 -05:00
parent 2603855a47
commit 1c6ba3b6e6
2 changed files with 1 additions and 1 deletions

View file

@ -11,5 +11,5 @@ let
inherit (pkgs) callPackage;
in
{
u-boot = callPackage ./u-boot.nix {};
u-boot = callPackage ./u-boot {};
}