This commit is contained in:
mjallen18
2026-01-02 14:31:10 -06:00
parent 5c359dca81
commit 451f5aa726
6 changed files with 55 additions and 34 deletions

View File

@@ -25,6 +25,8 @@ stdenvNoCC.mkDerivation rec {
mkdir -p "$out"
cp -rv "${src}/." "$out"
# cp -rv "${src}/RPI_EFI.fd" "$out"
# cp -rv "${src}/config.txt" "$out"
runHook postInstall
'';