mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
uboot: fix a pkgs.uboot use in the migration script i didnt catch
This commit is contained in:
parent
ba595e6b0a
commit
80df3d197e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ in
|
|||
CONFIG="${config.hardware.raspberry-pi.config-output}"
|
||||
|
||||
${lib.strings.optionalString cfg.uboot.enable ''
|
||||
UBOOT="${pkgs.uboot-rpi-arm64}/u-boot.bin"
|
||||
UBOOT="${cfg.uboot.package}/u-boot.bin"
|
||||
|
||||
migrate_uboot() {
|
||||
echo "migrating uboot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue