nixpkgs/modules/hardware
Eelco Dolstra 17457297cb Update all legacy-style modules
I.e., modules that use "require = [options]".  Nowadays that should be
written as

  {
    options = { ... };
    config = { ... };
  };

Also, use "imports" instead of "require" in places where we actually
import another module.
2013-09-04 13:05:09 +02:00
..
cpu Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
network Typo 2013-08-14 03:34:40 +02:00
video Use the Debian firmware package in more places 2013-08-14 03:27:02 +02:00
all-firmware.nix Some renaming as was mentioned on the mailinglist. 2012-01-14 09:30:24 +00:00
pcmcia.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00