strip trailing whitespace; no functional change

svn path=/nixos/trunk/; revision=29285
This commit is contained in:
Peter Simons
2011-09-14 18:20:50 +00:00
parent f5e8d35f8e
commit eb6e1310b8
209 changed files with 1296 additions and 1296 deletions

View File

@@ -20,8 +20,8 @@ let
};
in
in
{
require = [options];
@@ -52,7 +52,7 @@ in
target = "skel/.bashrc";
mode = "0644";
}
{ # Configuration for readline in bash.
source = ./inputrc;
target = "inputrc";
@@ -68,5 +68,5 @@ in
mkdir -m 0755 -p /bin
ln -sfn ${config.system.build.binsh}/bin/sh /bin/sh
'';
}