mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +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 =
|
extlinuxConfBuilder =
|
||||||
import ../generic-extlinux-compatible/extlinux-conf-builder.nix {
|
import ../generic-extlinux-compatible/extlinux-conf-builder.nix {
|
||||||
inherit pkgs;
|
pkgs = pkgs.buildPackages;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.substituteAll {
|
pkgs.substituteAll {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue