teleport/devbox.json
Michael Wilson 2c27a77931
Use the devbox install action, update devbox packages. (#28616)
The devbox install action will be used instead of our custom devbox install.
This will ensure caching is used, speeding up this process.

Additionally, the following have been updated:

- buf -> 1.23.1.
- go -> 1.20.5
- clang -> 14.0.6

Finally, packages have been migrated to regular devbox syntax where possible.
2023-07-14 23:58:13 +00:00

42 lines
1.1 KiB
JSON

{
"packages": [
"addlicense@1.0.0",
"bats@1.3.0",
"github:nixos/nixpkgs/2920b6fc16a9ed5d51429e94238b28306ceda79e#buf",
"llvmPackages_14.clangUseLLVM@14.0.6",
"gci@0.9.1",
"go@1.20.5",
"golangci-lint@1.53.3",
"libiconvReal@1.16",
"libfido2@1.13.0",
"nodejs@16.18.1",
"github:nixos/nixpkgs/b39bfdc033e1d79f2b58e1630530e5d54b19e698#openssl",
"patchelf@0.15.0",
"protobuf3_20@3.20.3",
"python@3.11.2",
"shellcheck@0.9.0",
"yamllint@1.28.0",
"zlib@1.2.13",
"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",
"path:build.assets/flake#rust",
"path:build.assets/flake#yarn",
"bash@latest",
"git@latest"
],
"shell": {
"init_hook": [
"export TELEPORT_DEVBOX=1",
"export PATH=\"$HOME/.cargo/bin:$PATH\"",
"unset GOROOT"
]
},
"nixpkgs": {
"commit": "b3f5bcf0be3e15226b0e9d698aa734ee098aa08f"
}
}