[Nix-dev] Re: [Nix-commits] SVN commit: nix - r27913 - in nixos/trunk/modules: . hardware/network

Nicolas Pierron nicolas.b.pierron at gmail.com
Sun Aug 7 10:38:41 CEST 2011


Hi Shea,

On Sun, Jul 24, 2011 at 01:01, Shea Levy <shea at shealevy.com> wrote:
> New Revision: 27913
> URL: https://svn.nixos.org/websvn/nix/?rev=27913&sc=1
>
> Log:
> Add a NixOS module for the rtl8192c firmware
>
> Added:
>   nixos/trunk/modules/hardware/network/rtl8192c.nix
>      - copied, changed from r27911, nixos/trunk/modules/hardware/network/rt73.nix
> Modified:
>   nixos/trunk/modules/module-list.nix

When you do such hardware support addition, you need to register them
inside nixos/modules/installer/scan/{not-,}detected.nix .  These files
are used to provide your firmware to all installations medium, and
avoid adding them inside all user system if you can ensure that they
are detected by nixos-hardware-scan.

The goal of these files is to make things easy for user which are
first starting with NixOS.  So please fill them appropriately ;)

-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/



More information about the nix-dev mailing list