8 lines
161 B
Bash
8 lines
161 B
Bash
|
|
||
|
# Nix
|
||
|
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
|
||
|
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
|
||
|
fi
|
||
|
# End Nix
|
||
|
|