Skip to content

Commit

Permalink
fix: SSL_CERT_FILE location (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 authored Dec 10, 2024
1 parent 9e6cce4 commit 201a973
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 @@ -56,7 +56,7 @@
SPACESHIP_DOCKER_PREFIX=" on ";
SPACESHIP_PACKAGE_PREFIX=" is ";
SPACESHIP_GIT_STATUS_SHOW="false";
SSL_CERT_FILE="$(/opt/homebrew/bin/brew --prefix)/etc/openssl@?/cert.pem"; # ? = version
SSL_CERT_FILE="$(/opt/homebrew/bin/brew --prefix)/etc/ca-certificates/cert.pem";
};

##TODO: Improve TMUX function (move away from tmux + make session name more readable)
Expand Down

0 comments on commit 201a973

Please sign in to comment.