raspberry-pi-nix icon indicating copy to clipboard operation
raspberry-pi-nix copied to clipboard

Uboot is built even if uboot is disabled

Open tnichols217 opened this issue 1 year ago • 1 comments
trafficstars

The multiple usages of builtins.toString pkgs.uboot-rpi-arm64 within default.nix requires nix to build the uboot package even if uboot is disabled.

I'm unsure if this is an intentional decision based on the requirements of this script, but I would recommend making conditionals for uboot related sections of the script to not be included if uboot is disabled

tnichols217 avatar Jul 31 '24 17:07 tnichols217

Yes, good thought. It wasn't intentional, just an oversight.

tstat avatar Aug 01 '24 15:08 tstat