Skip to content

Commit

Permalink
Update .config/mise/config.toml
Browse files Browse the repository at this point in the history
Update linux/01_init_setup.sh
  • Loading branch information
Allianaab2m committed Nov 15, 2024
1 parent f00dea4 commit c54b927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dot_config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go = "1.23.3"
java = "openjdk-21"
coursier = "latest"
usage = "latest"
python = "3.12.0"
python = ["3.11", "3.12.0"]
gleam = "1.5.1"
ghc = "9.8.2"
"npm:@devcontainers/cli" = "0.72.0"
Expand Down
1 change: 1 addition & 0 deletions linux/run_once_01_init_setup.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sudo apt install -y \
libgmp10 \
libncurses-dev \
pkg-config \
python3-lxml \

# cargo
curl https://sh.rustup.rs -sSf | sh
Expand Down

0 comments on commit c54b927

Please sign in to comment.