nixpkgs/modules/config
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
..
fonts In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
gnu.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
i18n.nix In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
krb5.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
ldap.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
networking.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
no-x-libs.nix
nsswitch.nix Add services.samba.nsswins option 2013-09-07 15:09:44 +02:00
power-management.nix Fix description for PowerManagement units. 2013-08-27 08:06:53 +02:00
pulseaudio.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
shells-environment.nix Fix duplicated environment values 2013-09-25 00:48:28 +02:00
swap.nix filesystems: add priority option for swap devices. 2013-05-17 09:22:07 +02:00
sysctl.nix Hide kernel pointers for unprivileged users via kptr_restrict 2013-07-31 16:11:04 +02:00
system-path.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
timezone.nix In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
unix-odbc-drivers.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
users-groups.nix Document that extraUsers options apply to root 2013-08-09 01:28:21 +00:00