.#purism-librem-5r4-uboot: promote from a private package

Co-Authored-By: Malix - Alix Brunet <alixbrunetcontact@gmail.com>
This commit is contained in:
Doron Behar 2026-05-04 18:38:49 +03:00
parent 10c5286181
commit a5e3b25c4a
3 changed files with 2 additions and 2 deletions

View file

@ -501,6 +501,7 @@
imx93-boot = (pkgs.callPackage ./nxp/imx93-evk/bsp/imx93-boot.nix { }).imx93-boot;
imx8mp-boot = (pkgs.callPackage ./nxp/imx8mp-evk/bsp/imx8mp-boot.nix { }).imx8m-boot;
imx8mq-boot = (pkgs.callPackage ./nxp/imx8mq-evk/bsp/imx8mq-boot.nix { }).imx8m-boot;
purism-librem-5r4-uboot = pkgs.callPackage ./purism/librem/5r4/u-boot { };
# Raspberry Pi kernels (aarch64-linux only)
rpi2-kernel = (pkgs.callPackage ./raspberry-pi/common/kernel.nix { rpiVersion = 2; });
rpi3-kernel = (pkgs.callPackage ./raspberry-pi/common/kernel.nix { rpiVersion = 3; });

View file

@ -38,7 +38,7 @@ Note down this device path.
[`u-boot`]: ./u-boot
Provided you have a way to build Nix derivations for `aarch64-linux` (like a remote builder, [binfmt emulation], or you're building it on the phone itself), just run `nix-build u-boot/build.nix`.
Provided you have a way to build Nix derivations for `aarch64-linux` (like a remote builder, [binfmt emulation], or you're building it on the phone itself), just run `nix build .#purism-librem-5r4-uboot` from the root of this repository.
[binfmt emulation]: https://search.nixos.org/options?channel=22.11&show=boot.binfmt.emulatedSystems&from=0&size=50&sort=relevance&type=packages&query=binfmt

View file

@ -1 +0,0 @@
with import <nixpkgs> { system = "aarch64-linux"; }; callPackage ./. { }