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
commit 58823ac103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}