diff options
Diffstat (limited to 'modules/programs')
| -rw-r--r-- | modules/programs/bash/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/bash/default.nix b/modules/programs/bash/default.nix index e4c07c1..61f82e0 100644 --- a/modules/programs/bash/default.nix +++ b/modules/programs/bash/default.nix @@ -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} |
