mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Fix fydetab duo eval
This commit is contained in:
parent
f89c620d3d
commit
82e5fcb58c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildUboot,
|
||||
buildUBoot,
|
||||
armTrustedFirmwareRK3588,
|
||||
rkbin,
|
||||
fetchpatch,
|
||||
fetchurl,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
|
@ -33,7 +34,7 @@ buildUBoot {
|
|||
lib.mapAttrs
|
||||
(
|
||||
name: hash:
|
||||
pkgs.fetchpatch {
|
||||
fetchpatch {
|
||||
url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}";
|
||||
inherit hash;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue