mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 01:58:44 +08:00
47 lines
1.0 KiB
JSON
47 lines
1.0 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",
|
|
"rustup@latest",
|
|
"wasm-pack@latest",
|
|
"wasm-bindgen-cli@latest",
|
|
"pkg-config@latest",
|
|
|
|
"buf@1.47.0",
|
|
"go@1.23.3",
|
|
"gci@0.11.2",
|
|
"golangci-lint@1.62.0",
|
|
"libfido2@1.13.0",
|
|
"llvmPackages_14.clangUseLLVM@14.0.6",
|
|
"nodejs@20.11.1",
|
|
"protobuf3_20@3.20.3",
|
|
"pnpm@9.7.0",
|
|
"gnumake@4.3",
|
|
|
|
"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"
|
|
]
|
|
}
|
|
}
|