orangepi5plus: fix path

This commit is contained in:
Motiejus Jakštys 2024-02-29 10:05:46 +02:00
parent 86302c7dd2
commit 6e9f22ecdf
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ in {
copyChannel = false; copyChannel = false;
inherit config lib pkgs; inherit config lib pkgs;
}; };
uboot = crossPkgs.callPackage ../../hacks/orangepi5/uboot {}; uboot = crossPkgs.callPackage ../../hacks/orangepi5plus/uboot {};
}; };
} }