mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #97462 from kampka/raspberrypi-builder
Revert "nixos/raspberrypi-builder: fix cross using buildPackages"
This commit is contained in:
commit
58823ac103
@ -3,8 +3,8 @@
|
|||||||
pkgs.substituteAll {
|
pkgs.substituteAll {
|
||||||
src = ./raspberrypi-builder.sh;
|
src = ./raspberrypi-builder.sh;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
inherit (pkgs.buildPackages) bash;
|
inherit (pkgs) bash;
|
||||||
path = with pkgs.buildPackages; [coreutils gnused gnugrep];
|
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||||
firmware = pkgs.raspberrypifw;
|
firmware = pkgs.raspberrypifw;
|
||||||
inherit configTxt;
|
inherit configTxt;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user