nixpkgs/modules
Eelco Dolstra 8bf3c2c1bf * The implementation of the ALSA_PLUGIN_DIRS variable is buggy:
because it uses strtok() to modify the environment variable in
  place, it only works correctly the first time it's called.
  Subsequent calls only see the first directory listed in the
  variable.  This causes applications such as Audacious to fail
  because the Pulse plugin is not in the first directory.  However, we
  don't actually need $ALSA_PLUGIN_DIRS, because /etc/asound.conf
  allows the full path to the Pulse plugin to be specified.

svn path=/nixos/trunk/; revision=27960
2011-07-26 13:00:43 +00:00
..
config * The implementation of the ALSA_PLUGIN_DIRS variable is buggy: 2011-07-26 13:00:43 +00:00
hardware svn path=/nixos/trunk/; revision=27930 2011-07-25 00:36:41 +00:00
installer * Support booting into another GRUB boot entry via ‘grub-reboot’. 2011-07-17 11:42:44 +00:00
misc * Add an option to distinguish between EC2 and Nova targets. 2011-06-16 14:14:50 +00:00
profiles base.nix: strip trailing whitespace 2011-07-13 12:18:25 +00:00
programs * Install ~/.bashrc as a regular file rather than as a symlink. 2011-04-05 11:24:36 +00:00
security * Don't enable HAL by default anymore. It's obsolete. It's still 2011-07-25 00:52:59 +00:00
services * Add a module to enable PulseAudio. It causes all ALSA applications 2011-07-26 01:51:56 +00:00
system * Create /run in the initrd and bind-mount it into the target root. 2011-07-24 23:36:30 +00:00
tasks Only turn ttyBackgrounds on by default when the kernel has splashutils 2011-07-23 18:46:16 +00:00
testing * "stage1panic" -> "stage1panic=1" to get rid of a harmless warning. 2011-04-08 14:42:35 +00:00
virtualisation * Handle the case where networking.hostName is empty. 2011-06-21 10:46:21 +00:00
module-list.nix * Add a module to enable PulseAudio. It causes all ALSA applications 2011-07-26 01:51:56 +00:00
rename.nix * Make `services.sshd.enable' an alias rather than an obsolete option. 2010-12-14 11:48:07 +00:00