mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/uboot-builder: fix cross using buildPackages
This commit is contained in:
parent
b1792c41f6
commit
03ae0c0fe2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let
|
|||
|
||||
extlinuxConfBuilder =
|
||||
import ../generic-extlinux-compatible/extlinux-conf-builder.nix {
|
||||
inherit pkgs;
|
||||
pkgs = pkgs.buildPackages;
|
||||
};
|
||||
in
|
||||
pkgs.substituteAll {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue