Merge pull request #1610 from NixOS/SuperSandro2000-patch-1
Some checks are pending
Test / nixfmt (push) Waiting to run
Test / tests (push) Blocked by required conditions

Fix fydetab duo eval
This commit is contained in:
Sandro 2025-09-14 23:03:45 +00:00 committed by GitHub
commit 4c38a024fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,10 @@
{ {
lib, lib,
stdenv, stdenv,
buildUboot, buildUBoot,
armTrustedFirmwareRK3588, armTrustedFirmwareRK3588,
rkbin, rkbin,
fetchpatch,
fetchurl, fetchurl,
fetchFromGitHub, fetchFromGitHub,
}: }:
@ -33,7 +34,7 @@ buildUBoot {
lib.mapAttrs lib.mapAttrs
( (
name: hash: name: hash:
pkgs.fetchpatch { fetchpatch {
url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}"; url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}";
inherit hash; inherit hash;
} }