Skip to content

Commit

Permalink
fix: brew not found in zshrc file (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 authored Nov 29, 2024
1 parent eaf8b80 commit 3a861c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/shared/home-manager/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"$PATH"
];
PYTHON = "/usr/bin/python3";
NODE_EXTRA_CA_CERTS="$(brew --prefix)/etc/ca-certificates/cert.pem";
NODE_EXTRA_CA_CERTS="/opt/homebrew/etc/ca-certificates/cert.pem";
# GITLAB-CI-LOCAL
GCL_TIMESTAMPS = "true";
GCL_MAX_JOB_NAME_PADDING = "30";
Expand Down

0 comments on commit 3a861c8

Please sign in to comment.