repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
modules
/
system
/
boot
/
loader
/
raspberrypi
/
raspberrypi-builder.nix
blob
64e106036abd159b55e5088da4ff19410cb6acd6
1
{ pkgs, configTxt, firmware ? pkgs.raspberrypifw }:
2
3
pkgs.substituteAll {
4
src = ./raspberrypi-builder.sh;
5
isExecutable = true;
6
inherit (pkgs) bash;
7
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
8
inherit firmware configTxt;
9
}