Enable Nix

This commit is contained in:
Loic Nageleisen 2020-12-21 18:20:09 +01:00
parent d0e09a7149
commit 8930c9e228
3 changed files with 10 additions and 0 deletions

5
shell/nix Executable file
View file

@ -0,0 +1,5 @@
if [ -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