1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/programs
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
..
bash Fix bashrc regression 2013-09-25 00:25:22 +02:00
zsh Don't generate /etc/environment 2013-09-24 11:01:55 +02:00
atop.nix atop: Add basic config option for /etc/atoprc 2013-05-23 11:14:24 +00:00
blcr.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
environment.nix In environment.variables, unify "value" and "list" 2013-09-23 23:07:32 +02:00
info.nix * Provide info's manpage. 2012-03-04 16:10:19 +00:00
shadow.nix Merge pull request #256 from oxij/shells-environment 2013-09-23 11:23:10 -07:00
shell.nix Radically change the way NixOS handles environment variables and make it possible not to use Bash as the default interactive shell. 2013-09-23 16:55:25 +00:00
ssh.nix Add programs.ssh.extraConfig option 2013-08-25 21:54:21 +02:00
ssmtp.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
venus.nix venus: Support https 2013-07-25 22:57:09 +02:00
virtualbox.nix Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
wvdial.nix wvdial: don't make wvdial a system package; only root can run it 2011-11-25 17:41:47 +00:00