nixpkgs/modules
Nicolas Pierron 7568587e88 Add a renaming module. This module introduce the rename function to
fetch definitions of oldest options and to add them inside the new option.

Properties are still valid and will not be affected by the renaming. e.g:

with: rename alias "foo.bar" to "baz.quz"
and with the following module:

{
  foo.bar = (mkOverride 10 {}) 42;
  baz.quz = 21;
}

the result of baz.quz would be 42 because the priority is still working
after the renaming.

svn path=/nixos/trunk/; revision=17484
2009-09-28 18:26:13 +00:00
..
config Making modular my previous changes for armv5tel. I updated the way to use 2009-09-27 21:51:37 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer Making modular my previous changes for armv5tel. I updated the way to use 2009-09-27 21:51:37 +00:00
misc * A module for the old PolicyKit. 2009-09-25 23:06:38 +00:00
programs Setting the files cipher algorithm depending on the architecture 2009-09-23 20:50:41 +00:00
security * Tell PolicyKit about the policies of HAL and ConsoleKit. 2009-09-26 10:32:57 +00:00
services * Start bluetoothd from udev. 2009-09-28 16:37:46 +00:00
system Making modular my previous changes for armv5tel. I updated the way to use 2009-09-27 21:51:37 +00:00
tasks * fsck is no longer in e2fsprogs. 2009-09-25 22:38:37 +00:00
testing * Cleanup the kernel coverage analysis. 2009-09-01 22:50:46 +00:00
virtualisation * Disable wireless in a VM to prevent wpa_supplicant from flooding the 2009-09-10 14:43:11 +00:00
module-list.nix Add a renaming module. This module introduce the rename function to 2009-09-28 18:26:13 +00:00
rename.nix Add a renaming module. This module introduce the rename function to 2009-09-28 18:26:13 +00:00