Source bash properly

This commit is contained in:
greg-compass
2022-09-08 10:24:39 -05:00
parent 4a86e70de4
commit d8dceaaa06
+1 -1
View File
@@ -119,7 +119,7 @@ builtins.true = True
builtins.false = False
builtins.null = None
if not $__NIX_DARWIN_SET_ENVIRONMENT_DONE:
if '__NIX_DARWIN_SET_ENVIRONMENT_DONE' not in ''${...} or not $__NIX_DARWIN_SET_ENVIRONMENT_DONE:
source-bash /etc/bashrc
'';
};