teleport/devbox.json
Alan Parra dc46f6f589
Pin golangci-lint and buf versions (#31300)
* Pin golangci-lint to v1.54.2

* Pin Buf to v1.26.1

* Pin devbox
2023-08-31 20:41:26 +00:00

45 lines
1 KiB
JSON

{
"packages": [
"addlicense@latest",
"bash@latest",
"bats@latest",
"gci@latest",
"git@latest",
"gotestsum@latest",
"libiconvReal@latest",
"openssl@latest",
"patchelf@latest",
"python@latest",
"shellcheck@latest",
"yamllint@latest",
"zlib@latest",
"buf@1.26.1",
"go@1.21.0",
"golangci-lint@1.54.2",
"libfido2@1.13.0",
"llvmPackages_14.clangUseLLVM@14.0.6",
"nodejs@18.16.1",
"protobuf3_20@3.20.3",
"rustc@1.70.0",
"yarn@1.22.19",
"path:build.assets/flake#conditional",
"path:build.assets/flake#grpc-tools",
"path:build.assets/flake#helm",
"path:build.assets/flake#libpcsclite",
"path:build.assets/flake#node-protoc-ts",
"path:build.assets/flake#protoc-gen-gogo"
],
"shell": {
"init_hook": [
"export TELEPORT_DEVBOX=1",
"export PATH=\"$HOME/.cargo/bin:$PATH\"",
"type unset 2>/dev/null && unset GOROOT"
]
},
"nixpkgs": {
"commit": "b3f5bcf0be3e15226b0e9d698aa734ee098aa08f"
}
}