osx/custompkg/root/etc/skel/Library/bashrc.d/000.nix.sh

4 lines
106 B
Bash

if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
. $HOME/.nix-profile/etc/profile.d/nix.sh;
fi