Merge pull request #97462 from kampka/raspberrypi-builder

Revert "nixos/raspberrypi-builder: fix cross using buildPackages"
This commit is contained in:
Matthew Bauer
2020-09-08 19:25:23 -05:00
committed by GitHub

View File

@@ -3,8 +3,8 @@
pkgs.substituteAll {
src = ./raspberrypi-builder.sh;
isExecutable = true;
inherit (pkgs.buildPackages) bash;
path = with pkgs.buildPackages; [coreutils gnused gnugrep];
inherit (pkgs) bash;
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
firmware = pkgs.raspberrypifw;
inherit configTxt;
}