raspberrypi-bootloader: allow specification of target directory
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
73f796aa62
commit
bcb9e17bba
@@ -0,0 +1,10 @@
|
||||
{ pkgs, version, configTxt }:
|
||||
|
||||
pkgs.substituteAll {
|
||||
src = ./raspberrypi-builder.sh;
|
||||
isExecutable = true;
|
||||
inherit (pkgs) bash;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
firmware = pkgs.raspberrypifw;
|
||||
inherit version configTxt;
|
||||
}
|
||||
Reference in New Issue
Block a user