about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-09-30 10:45:36 +0300
committerGitHub <noreply@github.com>2023-09-30 10:45:36 +0300
commitbf25d8782bc6b488e06636d22dcf2dda6b1d5e3e (patch)
treec0533afc566bb3106cb10af30682f43a38adfba6 /pkgs/build-support
parent6c681f121f81fa5d2c55181402ace5c317d686c4 (diff)
parenta97e8fc272782d69d94053bc434b9b6fef399a7b (diff)
downloadnixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.tar
nixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.tar.gz
nixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.tar.bz2
nixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.tar.lz
nixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.tar.xz
nixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.tar.zst
nixlib-bf25d8782bc6b488e06636d22dcf2dda6b1d5e3e.zip
Merge pull request #249069 from amjoseph-nixpkgs/pr/lib/systems/ubootArch
lib.systems: add ubootArch
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/kernel/make-initrd-ng.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/kernel/make-initrd-ng.nix b/pkgs/build-support/kernel/make-initrd-ng.nix
index 2418838176ef..f2f7aaa6d1b6 100644
--- a/pkgs/build-support/kernel/make-initrd-ng.nix
+++ b/pkgs/build-support/kernel/make-initrd-ng.nix
@@ -54,7 +54,7 @@ in
 # guess may not align with u-boot's nomenclature correctly, so it can
 # be overridden.
 # See https://gitlab.denx.de/u-boot/u-boot/-/blob/9bfb567e5f1bfe7de8eb41f8c6d00f49d2b9a426/common/image.c#L81-106 for a list.
-, uInitrdArch ? stdenvNoCC.hostPlatform.linuxArch
+, uInitrdArch ? stdenvNoCC.hostPlatform.ubootArch
 
 # The name of the compression, as recognised by u-boot.
 # See https://gitlab.denx.de/u-boot/u-boot/-/blob/9bfb567e5f1bfe7de8eb41f8c6d00f49d2b9a426/common/image.c#L195-204 for a list.