nixpkgs-suyu/modules
Eelco Dolstra cfd20debfb Fix bashrc regression
Interactive non-login shells should not source /etc/profile, otherwise
environment variables set by the user will get clobbered.  For
example:

  $ export PERL5LIB=/foo
  $ bash
  $ echo $PERL5LIB
  /home/eelco/.nix-profile/lib/perl5/site_perl:/nix/var/nix/profiles/default/lib/perl5/site_perl:/run/current-system/sw/lib/perl5/site_perl:/home/eelco/.nix-profile/lib/perl5/site_perl:/nix/var/nix/profiles/default/lib/perl5/site_perl:/run/current-system/sw/lib/perl5/site_perl
2013-09-25 00:25:22 +02:00
..
config Don't break compatibility with pre-1.6 nix 2013-09-24 09:40:06 -04: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