mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
10 lines
176 B
Bash
10 lines
176 B
Bash
thisroot () {
|
|
# Workaround thisroot.sh dependency on man
|
|
if [ -z "${MANPATH}" ]; then
|
|
MANPATH=:
|
|
fi
|
|
source @out@/bin/thisroot.sh
|
|
}
|
|
|
|
envHooks+=(thisroot)
|