2011-09-23 16:21:36 +02:00
|
|
|
# /etc/profile: DO NOT EDIT -- this file has been generated automatically.
|
2007-01-15 15:43:56 +01:00
|
|
|
|
2012-03-19 03:35:17 +01:00
|
|
|
# This file is read for (interactive) login shells. Any
|
|
|
|
# initialisation specific to interactive shells should be put in
|
|
|
|
# /etc/bashrc, which is sourced from here.
|
|
|
|
|
|
|
|
# Only execute this file once per shell.
|
|
|
|
if [ -n "$__ETC_PROFILE_SOURCED" ]; then return; fi
|
|
|
|
__ETC_PROFILE_SOURCED=1
|
|
|
|
|
|
|
|
# Prevent this file from being sourced by interactive non-login child shells.
|
|
|
|
export __ETC_PROFILE_DONE=1
|
2011-09-23 16:21:36 +02:00
|
|
|
|
|
|
|
# Initialise a bunch of environment variables.
|
2012-07-16 17:27:59 +02:00
|
|
|
export LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive
|
|
|
|
export LD_LIBRARY_PATH=/run/opengl-driver/lib:/run/opengl-driver-32/lib # !!! only set if needed
|
2012-04-18 12:59:57 +02:00
|
|
|
export NIXPKGS_CONFIG=/etc/nix/nixpkgs-config.nix
|
2012-04-18 12:34:39 +02:00
|
|
|
export NIX_PATH=/nix/var/nix/profiles/per-user/root/channels/nixos:nixpkgs=/etc/nixos/nixpkgs:nixos=/etc/nixos/nixos:nixos-config=/etc/nixos/configuration.nix:services=/etc/nixos/services
|
2011-09-23 16:21:36 +02:00
|
|
|
export PAGER="less -R"
|
|
|
|
export EDITOR=nano
|
|
|
|
export LOCATE_PATH=/var/cache/locatedb
|
|
|
|
|
|
|
|
# Include the various profiles in the appropriate environment variables.
|
2012-01-03 18:11:19 +01:00
|
|
|
export NIX_USER_PROFILE_DIR=/nix/var/nix/profiles/per-user/$USER
|
2012-07-16 17:27:59 +02:00
|
|
|
export NIX_PROFILES="/run/current-system/sw /nix/var/nix/profiles/default $HOME/.nix-profile"
|
2011-09-23 16:21:36 +02:00
|
|
|
|
|
|
|
unset PATH INFOPATH PKG_CONFIG_PATH PERL5LIB ALSA_PLUGIN_DIRS GST_PLUGIN_PATH KDEDIRS
|
|
|
|
unset QT_PLUGIN_PATH QTWEBKIT_PLUGIN_PATH STRIGI_PLUGIN_PATH XDG_CONFIG_DIRS XDG_DATA_DIRS
|
2011-12-31 05:14:31 +01:00
|
|
|
unset MOZ_PLUGIN_PATH TERMINFO_DIRS
|
2011-09-23 16:21:36 +02:00
|
|
|
|
|
|
|
for i in $NIX_PROFILES; do # !!! reverse
|
|
|
|
# We have to care not leaving an empty PATH element, because that means '.' to Linux
|
|
|
|
export PATH=$i/bin:$i/sbin:$i/lib/kde4/libexec${PATH:+:}$PATH
|
|
|
|
export INFOPATH=$i/info:$i/share/info${INFOPATH:+:}$INFOPATH
|
|
|
|
export PKG_CONFIG_PATH="$i/lib/pkgconfig${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH"
|
|
|
|
|
2011-12-29 20:38:03 +01:00
|
|
|
# terminfo and reset TERM with new TERMINFO available
|
|
|
|
export TERMINFO_DIRS=$i/share/terminfo${TERMINFO_DIRS:+:}$TERMINFO_DIRS
|
|
|
|
export TERM=$TERM
|
|
|
|
|
2012-03-19 03:35:17 +01:00
|
|
|
export PERL5LIB="$i/lib/perl5/site_perl${PERL5LIB:+:}$PERL5LIB"
|
2011-09-23 16:21:36 +02:00
|
|
|
|
|
|
|
# ALSA plugins
|
|
|
|
export ALSA_PLUGIN_DIRS="$i/lib/alsa-lib${ALSA_PLUGIN_DIRS:+:}$ALSA_PLUGIN_DIRS"
|
|
|
|
|
|
|
|
# GStreamer.
|
|
|
|
export GST_PLUGIN_PATH="$i/lib/gstreamer-0.10${GST_PLUGIN_PATH:+:}$GST_PLUGIN_PATH"
|
2007-11-15 18:16:16 +01:00
|
|
|
|
2011-09-23 16:21:36 +02:00
|
|
|
# KDE/Gnome stuff.
|
|
|
|
export KDEDIRS=$i${KDEDIRS:+:}$KDEDIRS
|
|
|
|
export STRIGI_PLUGIN_PATH=$i/lib/strigi/${STRIGI_PLUGIN_PATH:+:}$STRIGI_PLUGIN_PATH
|
|
|
|
export QT_PLUGIN_PATH=$i/lib/qt4/plugins:$i/lib/kde4/plugins${QT_PLUGIN_PATH:+:}:$QT_PLUGIN_PATH
|
|
|
|
export QTWEBKIT_PLUGIN_PATH=$i/lib/mozilla/plugins/${QTWEBKIT_PLUGIN_PATH:+:}$QTWEBKIT_PLUGIN_PATH
|
|
|
|
export XDG_CONFIG_DIRS=$i/etc/xdg${XDG_CONFIG_DIRS:+:}$XDG_CONFIG_DIRS
|
|
|
|
export XDG_DATA_DIRS=$i/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS
|
2011-12-31 03:05:51 +01:00
|
|
|
|
2012-03-19 03:35:17 +01:00
|
|
|
# Mozilla plugins.
|
2011-12-31 03:57:45 +01:00
|
|
|
export MOZ_PLUGIN_PATH=$i/lib/mozilla/plugins${MOZ_PLUGIN_PATH:+:}$MOZ_PLUGIN_PATH
|
2011-09-23 16:21:36 +02:00
|
|
|
done
|
|
|
|
|
|
|
|
# Search directory for Aspell dictionaries.
|
|
|
|
export ASPELL_CONF="dict-dir $HOME/.nix-profile/lib/aspell"
|
|
|
|
|
2011-12-31 13:56:45 +01:00
|
|
|
# The setuid wrappers override other bin directories.
|
|
|
|
export PATH=@wrapperDir@:$PATH
|
2007-11-15 18:16:16 +01:00
|
|
|
|
2012-01-03 18:29:20 +01:00
|
|
|
# ~/bin if it exists overrides other bin directories.
|
2012-03-19 03:35:17 +01:00
|
|
|
if [ -d $HOME/bin ]; then
|
2012-01-03 18:29:20 +01:00
|
|
|
export PATH=$HOME/bin:$PATH
|
|
|
|
fi
|
|
|
|
|
2007-01-15 15:43:56 +01:00
|
|
|
# Set up the per-user profile.
|
|
|
|
mkdir -m 0755 -p $NIX_USER_PROFILE_DIR
|
2007-01-16 14:30:59 +01:00
|
|
|
if test "$(stat --printf '%u' $NIX_USER_PROFILE_DIR)" != "$(id -u)"; then
|
|
|
|
echo "WARNING: bad ownership on $NIX_USER_PROFILE_DIR" >&2
|
2007-01-15 15:43:56 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
if ! test -L $HOME/.nix-profile; then
|
2011-09-23 16:21:36 +02:00
|
|
|
echo "creating $HOME/.nix-profile" >&2
|
2007-03-20 14:50:47 +01:00
|
|
|
if test "$USER" != root; then
|
|
|
|
ln -s $NIX_USER_PROFILE_DIR/profile $HOME/.nix-profile
|
|
|
|
else
|
|
|
|
# Root installs in the system-wide profile by default.
|
|
|
|
ln -s /nix/var/nix/profiles/default $HOME/.nix-profile
|
|
|
|
fi
|
2007-01-15 15:43:56 +01:00
|
|
|
fi
|
|
|
|
|
2012-04-23 00:43:57 +02:00
|
|
|
# Subscribe the root user to the NixOS channel by default.
|
|
|
|
if [ "$USER" = root -a ! -e $HOME/.nix-channels ]; then
|
|
|
|
echo "http://nixos.org/releases/nixos/channels/nixos-unstable nixos" > $HOME/.nix-channels
|
|
|
|
fi
|
|
|
|
|
2007-08-22 16:58:51 +02:00
|
|
|
# Create the per-user garbage collector roots directory.
|
|
|
|
NIX_USER_GCROOTS_DIR=/nix/var/nix/gcroots/per-user/$USER
|
|
|
|
mkdir -m 0755 -p $NIX_USER_GCROOTS_DIR
|
|
|
|
if test "$(stat --printf '%u' $NIX_USER_GCROOTS_DIR)" != "$(id -u)"; then
|
|
|
|
echo "WARNING: bad ownership on $NIX_USER_GCROOTS_DIR" >&2
|
|
|
|
fi
|
|
|
|
|
2007-01-15 15:43:56 +01:00
|
|
|
# Set up a default Nix expression from which to install stuff.
|
2012-04-18 12:58:33 +02:00
|
|
|
if [ ! -e $HOME/.nix-defexpr -o -L $HOME/.nix-defexpr ]; then
|
2007-01-15 15:43:56 +01:00
|
|
|
echo "creating $HOME/.nix-defexpr" >&2
|
2007-09-18 17:06:24 +02:00
|
|
|
rm -f $HOME/.nix-defexpr
|
|
|
|
mkdir $HOME/.nix-defexpr
|
2012-04-18 12:58:33 +02:00
|
|
|
if [ "$USER" != root ]; then
|
|
|
|
ln -s /nix/var/nix/profiles/per-user/root/channels $HOME/.nix-defexpr/channels_root
|
2007-09-18 17:06:24 +02:00
|
|
|
fi
|
2007-01-15 15:43:56 +01:00
|
|
|
fi
|
|
|
|
|
2011-09-23 16:21:36 +02:00
|
|
|
@shellInit@
|
|
|
|
|
2007-01-15 15:43:56 +01:00
|
|
|
# Read system-wide modifications.
|
|
|
|
if test -f /etc/profile.local; then
|
2011-09-23 16:21:36 +02:00
|
|
|
. /etc/profile.local
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -n "${BASH_VERSION:-}" ]; then
|
|
|
|
. /etc/bashrc
|
2007-01-15 15:43:56 +01:00
|
|
|
fi
|