mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nixos/uboot-builder: fix cross using buildPackages
This commit is contained in:
parent
b1792c41f6
commit
03ae0c0fe2
@ -20,7 +20,7 @@ let
|
||||
|
||||
extlinuxConfBuilder =
|
||||
import ../generic-extlinux-compatible/extlinux-conf-builder.nix {
|
||||
inherit pkgs;
|
||||
pkgs = pkgs.buildPackages;
|
||||
};
|
||||
in
|
||||
pkgs.substituteAll {
|
||||
|
Loading…
Reference in New Issue
Block a user