chore(darwin): fix 'brew doctor' warnings - env

This commit is contained in:
Ryan Yin
2026-03-12 21:27:21 +08:00
parent 4e552f9b5c
commit 6218bb2280

View File

@@ -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 = ''