1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/modules/misc
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
..
assertions.nix
check-config.nix
crashdump.nix Changing the kernel parameters for crashump 2012-11-29 11:27:33 +01:00
ids.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
lib.nix
locate.nix Add /media and /run to the filesystems ignored by updatedb 2013-08-14 03:07:36 +02:00
nixpkgs.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
passthru.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
version.nix Bump the NixOS version number to 13.07 2013-07-17 13:34:40 +02:00