Author: eelco
Date: Tue Apr 5 11:24:36 2011
New Revision: 26690
URL: https://svn.nixos.org/websvn/nix/?rev=26690&sc=1
Log:
* Install ~/.bashrc as a regular file rather than as a symlink.
Modified:
nixos/trunk/modules/programs/bash/bash.nix
Modified: nixos/trunk/modules/programs/bash/bash.nix
==============================================================================
--- nixos/trunk/modules/programs/bash/bash.nix Mon Apr 4 22:52:47 2011
(r26689)
+++ nixos/trunk/modules/programs/bash/bash.nix Tue Apr 5 11:24:36 2011
(r26690)
@@ -50,6 +50,7 @@
# starts as a non-login shell.
source = ./bashrc-user.sh;
target = "skel/.bashrc";
+ mode = "0644";
}
{ # Configuration for readline in bash.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits