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 {};
}