teleport/devbox.json
Michael Wilson 64aca1fa2a
Add IOKit as a dependency to Darwin. (#28217)
IOKit has been added as a dependency for Darwin based machines running devbox.
This will ensure that IOKit is present for the Teleport build. Additionally,
the cargo bin directory has been added to the PATH on shell startup, which
helps when running the shell in pure mode.
2023-06-26 14:22:42 +00:00

42 lines
1.2 KiB
JSON

{
"packages": [
"addlicense@1.0.0",
"bats@1.3.0",
"github:nixos/nixpkgs/d7f28652048b3bed6a512542e62ea1a50691e349#buf",
"clang@11.1.0",
"gci@0.9.1",
"github:nixos/nixpkgs/deb3d80ae0ccafe4f19d3edf32e2eb7fda283978#go",
"github:nixos/nixpkgs/22540da6c19a41512dd6bc575858e1215baeb3f9#golangci-lint",
"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"
}
}