From d8dceaaa061d0a6860bb28fef6880166d0f77ac7 Mon Sep 17 00:00:00 2001 From: greg-compass Date: Thu, 8 Sep 2022 10:24:39 -0500 Subject: [PATCH] Source bash properly --- home/xonsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xonsh.nix b/home/xonsh.nix index 61352b1..1fe2b23 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -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 ''; };