Favor nix daemon mode

This commit is contained in:
Loic Nageleisen 2021-03-29 14:26:43 +02:00
parent 9ca56d83c7
commit 1f5a913bf7

View file

@ -1,9 +1,7 @@
if [[ -e /Users/lloeki/.nix-profile/etc/profile.d/nix.sh ]]; then
. /Users/lloeki/.nix-profile/etc/profile.d/nix.sh
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'
elif [[ -e '/Users/lloeki/.nix-profile/etc/profile.d/nix.sh' ]]; then
. '/Users/lloeki/.nix-profile/etc/profile.d/nix.sh'
fi
#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
# vim: ft=bash