summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/pcmcia.nix
AgeCommit message (Collapse)Author
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2013-10-30Add lots of missing option typesEelco Dolstra
2013-10-28Remove uses of the "merge" option attributeEelco Dolstra
It's redundant because you can (and should) specify an option type, or an apply function.
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra