[Nix-dev] [Nix-commits] SVN commit: nix - r30327 - in nixos/trunk/modules: installer/cd-dvd profiles

Nicolas Pierron nicolas.b.pierron at gmail.com
Tue Nov 8 19:11:18 CET 2011


Hi,

On Tue, Nov 8, 2011 at 16:58, Eelco Dolstra <e.dolstra at tudelft.nl> wrote:
> Log:
> * Move the hardware bits of base.nix into a separate module,
>  all-hardware.nix.  This allows base.nix (which should probably be
>  renamed to something more descriptive) to be reused without getting
>  the hardware configuration of the installation CD.
>
> Added:
>   nixos/trunk/modules/profiles/all-hardware.nix

All hardware should be split into detected.nix and not-detected.nix
files.  These files having been added to provide short cuts for
nixos-hardware-scan and include what cannot be detected at the moment
where nixos-harware-scan is ran.  Thus the new user don't have to
worry about what is working and what is not working on his computer.
By default it would come with all non-detected devices and keep only
the detected device he has.


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


More information about the nix-dev mailing list