Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/modules/system/boot/loader/raspberrypi/raspberrypi-builder.nix

11 lines
231 B
Nix
Raw Normal View History

raspberrypi-bootloader: support Raspberry Pi 3 w/o U-Boot and explicitly support Raspberry Pi Zero
2018-09-10 23:21:41 -04:00
{ pkgs, configTxt }:
raspberrypi-bootloader: allow specification of target directory
2018-09-04 16:52:29 -04:00
pkgs.substituteAll {
src = ./raspberrypi-builder.sh;
isExecutable = true;
Revert "nixos/raspberrypi-builder: fix cross using buildPackages" The commit enforces buildPackages in the builder but neglects the fact that the builder is intended to run on the target system. Because of that, the builder will fail when remotely building a configuration eg. with nixops or nix-copy-closure. This reverts commit a6ac6d00f98c7cc814008c1e6e288feaa2e123c6.
2020-09-08 19:59:58 +02:00
inherit (pkgs) bash;
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
raspberrypi-bootloader: allow specification of target directory
2018-09-04 16:52:29 -04:00
firmware = pkgs.raspberrypifw;
raspberrypi-bootloader: support Raspberry Pi 3 w/o U-Boot and explicitly support Raspberry Pi Zero
2018-09-10 23:21:41 -04:00
inherit configTxt;
raspberrypi-bootloader: allow specification of target directory
2018-09-04 16:52:29 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 408ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API