nixpkgs/modules/system/activation
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
..
activation-script.nix Revert "Add /run/nss to LD_LIBRARY_PATH". 2013-03-21 11:25:25 +01:00
no-clone.nix s/boot.grubDevice/boot.loader.grub.device/ to shut down warnings 2013-04-10 23:54:37 +02:00
switch-to-configuration.pl do not activate hybrid-sleep during config switches 2013-08-31 12:05:50 +02:00
top-level.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00