mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-06 16:57:08 +00:00
14 lines
351 B
Diff
14 lines
351 B
Diff
diff --git a/profile b/profile
|
|
index 3748e3b..36ad2cd 100644
|
|
--- a/profile
|
|
+++ b/profile
|
|
@@ -7,9 +7,3 @@ fi
|
|
if [ "${BASH-no}" != "no" ]; then
|
|
[ -r /etc/bashrc ] && . /etc/bashrc
|
|
fi
|
|
-
|
|
-# 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
|