-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdevbox.json
More file actions
38 lines (38 loc) · 884 Bytes
/
devbox.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
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
{
"packages": [
"nodejs@latest",
"mkcert@latest",
"openssl@latest",
"xh@latest",
"mitmproxy@latest",
"jaq@latest",
"ducker@latest",
"pgcli@latest",
"github:dagger/nix#packages.x86_64-linux.dagger",
"github:dagger/nix#packages.x86_64-linux.container-use",
"bun@latest",
"nixos-anywhere@latest",
"nix-prefetch-docker@latest",
"skopeo@latest",
"prefetch-npm-deps@latest",
"ragenix@latest",
"cacert@latest",
"nixfmt@latest",
"nixd@latest",
"garage@latest",
"oxigraph@latest"
],
"shell": {
"init_hook": [
"export CAROOT=\"$(mkcert -CAROOT)\"",
"export SSL_CERT_FILE=$CAROOT/rootCA.pem",
"alias cu='container-use'",
"alias jq='jaq'"
],
"scripts": {
"up": "make up",
"down": "make down",
"seed": "bun packages/repl/cmd.ts -- seed-env"
}
}
}