-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdevbox.json
32 lines (29 loc) · 952 Bytes
/
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": {
"pkg-config": "latest",
"icdiff": "latest",
"cabal-install": "latest",
"zlib": {
"version": "latest",
"outputs": ["out", "dev"]
},
"path:./nix/devbox#stack": "",
"path:./nix/devbox#ghc": "",
"path:./nix/devbox#cc": "",
"path:./nix/devbox#hls": "",
"path:./nix/devbox#apple_sdk_CoreServices": {
"platforms": ["x86_64-darwin", "aarch64-darwin"]
},
"path:./nix/devbox#apple_sdk_Cocoa": {
"platforms": ["x86_64-darwin", "aarch64-darwin"]
},
"path:./nix/devbox#apple_sdk_CoreFoundation": {
"platforms": ["x86_64-darwin", "aarch64-darwin"]
}
},
"env": {
"PATH": "$DEVBOX_PACKAGES_DIR/bin:$PATH:/usr/bin",
"LD_LIBRARY_PATH": "$DEVBOX_PACKAGES_DIR/lib:$LD_LIBRARY_PATH"
}
}