non-interactive ssh sessions (such as "ssh host command") to work
properly. This should probably be used for other kinds of logins as
well.
svn path=/nixos/trunk/; revision=7799
fontconfig distribution, but replaces all <dir> entries with the
directories specified in the $fontDirectories parameter. This way
we get all the font mapping rules from the original fonts.conf
(e.g., aliases like "serif") and some other nice things.
svn path=/nixos/trunk/; revision=7749
be able to find the LDAP NSS module, which is normally installed in
Glibc's prefix (under /lib/libnss_ldap...). Of course, we can't do
that; it wouldn't be pure. As a workaround, we simply add nss_ldap
to the LD_LIBRARY_PATH of the nscd daemon, which every other program
uses for lookups. So we don't have to put nss_ldap in the
LD_LIBRARY_PATH of every program.
svn path=/nixos/trunk/; revision=7684
* Automatically set up a per-user profile in
/nix/var/nix/profiles/per-user/$USER.
* Initialise ~/.nix-defexpr and ~/.nix-profile.
svn path=/nixos/trunk/; revision=7680