Hi,

My generated hardware-configuration.nix contains:

    boot.extraModulePackages = [ "config.boot.kernelPackages.broadcom_sta" ];

This line prevents nixos-install from running. If I remove the quotes
so that the line looks like:

    boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];

nixos-install runs fine. However, the wifi still does not work.

The original hardware-configuration.nix file can be found at
http://bpaste.net/show/475165.

I reported the issue at: https://github.com/NixOS/nix/issues/299

Best

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to