Source bash properly
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ builtins.true = True
|
|||||||
builtins.false = False
|
builtins.false = False
|
||||||
builtins.null = None
|
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
|
source-bash /etc/bashrc
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user