nixpkgs/modules/hardware/network/broadcom-43xx.nix
Eelco Dolstra 0a1fee9ec8 * Add a module for the Broadcom firmware. Also, add it to the
installation CD (though the kernel on the CD is not recent
  enough yet to actually support the device).  (This is kind of
  an abuse of "not-detected.nix".)

svn path=/nixos/trunk/; revision=30003
2011-10-24 23:41:33 +00:00

6 lines
68 B
Nix

{ config, pkgs, ... }:
{
hardware.firmware = [ pkgs.bcm43xx ];
}