nixpkgs/pkgs/applications/science/misc/root/setup-hook.sh

10 lines
177 B
Bash
Raw Normal View History

2016-09-18 08:45:10 +00:00
thisroot () {
# Workaround thisroot.sh dependency on man
if [ -z "${MANPATH}" ]; then
MANPATH=:
fi
source @out@/bin/thisroot.sh
}
postHooks+=(thisroot)