mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
chore(darwin): fix 'brew doctor' warnings - env
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user