mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
starfive visionfive2: allow uboot and opensbi source overrides
This commit is contained in:
committed by
mergify[bot]
parent
a2861aa696
commit
7eab0aa0b7
@@ -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
|
||||
'';
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user