starfive visionfive2: allow uboot and opensbi source overrides

This commit is contained in:
Tristan Ross
2025-01-04 08:14:21 -08:00
committed by mergify[bot]
parent a2861aa696
commit 7eab0aa0b7
4 changed files with 57 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec{
stdenv.mkDerivation (finalAttrs: {
pname = "spi_tool";
version = "0x01010101";
src = fetchFromGitHub {
@@ -15,4 +15,4 @@ stdenv.mkDerivation rec{
mkdir -p $out/bin
cp spl_tool $out/bin
'';
}
})