mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +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
|
||||
|
||||
# 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
|
||||
. ${config.system.build.setEnvironment}
|
||||
|
|
Loading…
Reference in a new issue