From 6218bb228016fcfa4d87963f491126663189dd3a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 12 Mar 2026 21:27:21 +0800 Subject: [PATCH] chore(darwin): fix 'brew doctor' warnings - env --- home/darwin/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/darwin/shell.nix b/home/darwin/shell.nix index 07e5e83c..78195848 100644 --- a/home/darwin/shell.nix +++ b/home/darwin/shell.nix @@ -1,7 +1,7 @@ { config, lib, ... }: let envExtra = '' - export PATH="$PATH:/opt/homebrew/bin:/usr/local/bin" + export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH" ''; # copied from the content generated by `conda init bash` initContent = ''