-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
46 lines (46 loc) · 1.21 KB
/
Copy pathdevbox.json
File metadata and controls
46 lines (46 loc) · 1.21 KB
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.17.0/.schema/devbox.schema.json",
"packages": [
"go@1.26",
"opentofu@latest",
"hcloud@latest",
"lefthook@latest",
"sops@latest",
"age@latest",
"gitleaks@latest",
"terragrunt@latest",
"just@latest",
"helmfile@latest",
"apacheHttpd@latest",
"kubeseal@0.36.0",
"shellcheck@latest",
"yamlfmt@latest",
"kustomize@latest",
"hubble@latest",
"uv@latest",
"glibcLocales@latest",
"kubeconform@latest",
"cilium-cli@latest",
"talosctl@latest",
"talhelper@latest",
"kubectl@latest",
"argocd@latest"
],
"env": {
"LC_ALL": "C.UTF-8",
"LANG": "C.UTF-8"
},
"shell": {
"init_hook": [
"LOCALE_ARCHIVE_FOUND=$(find /nix/store -maxdepth 3 -name 'locale-archive' -path '*/glibc-locales*' 2>/dev/null | sort -r | head -1) && [ -n \"$LOCALE_ARCHIVE_FOUND\" ] && export LOCALE_ARCHIVE=\"$LOCALE_ARCHIVE_FOUND\" || true",
"export LC_ALL=C.UTF-8",
"export LANG=C.UTF-8",
"export KUBECONFIG=\"$DEVBOX_PROJECT_ROOT/infra/kubeconfig.yaml\""
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}