mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 13:31:08 +00:00
nixos-generate-config.pl: correct path for broadcom-43xx
(cherry picked from commit b01eedaeec
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
0660ff5625
commit
55a86b799e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ sub pciCheck {
|
||||||
) )
|
) )
|
||||||
{
|
{
|
||||||
# we need e.g. brcmfmac43602-pcie.bin
|
# we need e.g. brcmfmac43602-pcie.bin
|
||||||
push @imports, "<nixos/modules/hardware/network/broadcom-43xx.nix>";
|
push @imports, "<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Can't rely on $module here, since the module may not be loaded
|
# Can't rely on $module here, since the module may not be loaded
|
||||||
|
|
Loading…
Add table
Reference in a new issue