Skip to content

Commit

Permalink
feat: reenable erlang docs and upgrade poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Jun 27, 2024
1 parent 44cfec8 commit da2bab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tools]
go = "1.21.3"
python = "3.12.3"
poetry = "1.7.1"
poetry = "1.8.3"
elixir = "1.17.1-otp-27"
erlang = "27.0"
java = "liberica-javafx-22.0.1+10"
Expand Down
2 changes: 2 additions & 0 deletions .config/zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ $PATH"
export CPPFLAGS="${CPPFLAGS+"$CPPFLAGS "}-I$prefix/opt/unixodbc/include"
export LDFLAGS="${LDFLAGS+"$LDFLAGS "}-L$prefix/opt/unixodbc/lib"
export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$prefix/opt/openssl@3"
export KERL_BUILD_DOCS=yes
export KERL_DOC_TARGETS="html chunks"

# Added by OrbStack: command-line tools and integration
# source ~/.orbstack/shell/init.zsh 2>/dev/null || :
Expand Down

0 comments on commit da2bab2

Please sign in to comment.