Skip to content

Commit 82e5fcb

Browse files
Fix fydetab duo eval
1 parent f89c620 commit 82e5fcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fydetab/duo/u-boot.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
lib,
33
stdenv,
4-
buildUboot,
4+
buildUBoot,
55
armTrustedFirmwareRK3588,
66
rkbin,
7+
fetchpatch,
78
fetchurl,
89
fetchFromGitHub,
910
}:
@@ -33,7 +34,7 @@ buildUBoot {
3334
lib.mapAttrs
3435
(
3536
name: hash:
36-
pkgs.fetchpatch {
37+
fetchpatch {
3738
url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}";
3839
inherit hash;
3940
}

0 commit comments

Comments
 (0)