forked from devise-two-factor/devise-two-factor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
27 lines (27 loc) · 866 Bytes
/
devbox.json
File metadata and controls
27 lines (27 loc) · 866 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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
"packages": {
"gnumake" : "latest",
"pkg-config" : "latest",
"ruby" : "3.2.2",
"libyaml": {
"version" : "latest",
"outputs" : ["out", "dev"]
},
"libsodium": {
"version" : "latest",
"outputs" : ["out", "dev"]
},
"libffi": {
"version" : "latest",
"outputs" : ["out", "dev"]
}
},
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
}
}
}