Skip to content

Commit

Permalink
update init deps
Browse files Browse the repository at this point in the history
Signed-off-by: Horiodino <holiodin@gmail.com>
  • Loading branch information
Horiodino authored and dr-housemd committed Nov 10, 2024
1 parent a2c73d1 commit 9d532a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/init/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
var (
commonDevDeps = []string{"coreutils-full@9.5", "bash@5.2.15"}
commonRTDeps = []string{"cacert@3.95"}
rustDeps = []string{"cargo@1.75.0"}
pythonDeps = []string{"python3@3.12.2", "poetry@1.8.2"}
goDeps = []string{"go@1.22.3", "gotools@0.18.0", "delve@1.22.1"}
jsNpmDeps = []string{"nodejs@20.11.1"}
rustDeps = []string{"cargo@1.82.0"}
pythonDeps = []string{"python3@3.13.0", "poetry@1.8.4"}
goDeps = []string{"go@1.23.2", "gotools@0.25.0", "delve@1.23.1"}
jsNpmDeps = []string{"nodejs@23.1.0"}
)

func generatehcl2NixConf(pt langdetect.ProjectType, pd *langdetect.ProjectDetails, baseImgName string, addCommonDeps bool, commonDepsType string) (hcl2nix.Config, error) {
Expand Down

0 comments on commit 9d532a9

Please sign in to comment.