mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
Update modules/programs/bash/default.nix
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
This commit is contained in:
parent
e21b70da3f
commit
6a00d1b59b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in
|
||||||
__ETC_BASHRC_SOURCED=1
|
__ETC_BASHRC_SOURCED=1
|
||||||
|
|
||||||
# Don't execute this file when running in a pure nix-shell.
|
# Don't execute this file when running in a pure nix-shell.
|
||||||
if [ "$IN_NIX_SHELL" == "pure" ]; then return; fi
|
if [ "$IN_NIX_SHELL" = "pure" ]; then return; fi
|
||||||
|
|
||||||
if [ -z "$__NIX_DARWIN_SET_ENVIRONMENT_DONE" ]; then
|
if [ -z "$__NIX_DARWIN_SET_ENVIRONMENT_DONE" ]; then
|
||||||
. ${config.system.build.setEnvironment}
|
. ${config.system.build.setEnvironment}
|
||||||
|
|
Loading…
Add table
Reference in a new issue