[mac] homebrew module typo.

Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
This commit is contained in:
Mariano Uvalle
2025-08-07 15:59:44 -07:00
parent e066199fce
commit fc853ec1da
+1 -1
View File
@@ -1,5 +1,5 @@
{ ... } : { { ... } : {
programgs.zsh.profileExtra = '' programs.zsh.profileExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
''; '';
} }