forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devbox.json
47 lines (45 loc) · 1.08 KB
/
devbox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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",
"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"
}
}