nixpkgs/modules
Eelco Dolstra f70fbb1791 Fix duplicated environment values
All profileVariables listed each profile twice (e.g. $PATH contained
$HOME/.nix-profile/bin twice).  This is because mergeAttrsWithFunc is
broken (and deprecated):

  nix-repl> :p mergeAttrsWithFunc concat { x = [1]; } { y = [2]; }
  { x = [ 1 ]; y = [ 2 2 ]; }

So use zipAttrsWith instead.
2013-09-25 00:48:28 +02:00
..
config Fix duplicated environment values 2013-09-25 00:48:28 +02:00
hardware Get firmware from lib/firmware 2013-09-04 14:22:52 +02:00
installer nixos-install: Fix copying from the CD 2013-09-16 13:30:34 +02:00
misc modules/misc/ids.nix: document the fact that the uid for tcpcryptd is hard-coded in the daemon 2013-09-17 11:22:48 +02:00
profiles In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
programs Fix bashrc regression 2013-09-25 00:25:22 +02:00
security In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
services nvidia-x11: Put nvidia.icd in /etc/OpenCL/vendors 2013-09-24 20:28:52 +02:00
system Add option systemd.automounts, for definining automount units 2013-09-23 23:16:45 +02:00
tasks Fix service description 2013-09-22 21:39:05 +02:00
testing Work around "Input/output error" opening /dev/ttyS0 2013-07-16 15:04:32 +02:00
virtualisation types.list -> types.listOf 2013-09-04 15:12:07 +02:00
module-list.nix Add support for Zsh as an alternative (or not) default (or not) interactive shell. 2013-09-23 17:06:26 +00:00
rename.nix environment.promptInit is now programs.<shell>.promptInit 2013-09-24 09:53:47 -04:00