From 03ae0c0fe23c051e984ddfe63696dc722a45b73c Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Sat, 9 May 2020 09:26:41 +0200 Subject: nixos/uboot-builder: fix cross using buildPackages --- nixos/modules/system/boot/loader/raspberrypi/uboot-builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/loader/raspberrypi/uboot-builder.nix b/nixos/modules/system/boot/loader/raspberrypi/uboot-builder.nix index 1dc397e521b4..a4352ab9a240 100644 --- a/nixos/modules/system/boot/loader/raspberrypi/uboot-builder.nix +++ b/nixos/modules/system/boot/loader/raspberrypi/uboot-builder.nix @@ -20,7 +20,7 @@ let extlinuxConfBuilder = import ../generic-extlinux-compatible/extlinux-conf-builder.nix { - inherit pkgs; + pkgs = pkgs.buildPackages; }; in pkgs.substituteAll { -- cgit 1.4.1