Skip to content

Commit a98af06

Browse files
committed
build: Configure Nix environment
1 parent 2720fd8 commit a98af06

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

devbox.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
3+
"packages": ["nodejs@22"]
4+
}

devbox.lock

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"lockfile_version": "1",
3+
"packages": {
4+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5+
"last_modified": "2025-09-19T06:08:23Z",
6+
"resolved": "github:NixOS/nixpkgs/12bd230118a1901a4a5d393f9f56b6ad7e571d01?lastModified=1758262103"
7+
},
8+
"nodejs@22": {
9+
"last_modified": "2025-05-31T03:30:20Z",
10+
"plugin_version": "0.0.2",
11+
"resolved": "github:NixOS/nixpkgs/59138c7667b7970d205d6a05a8bfa2d78caa3643#nodejs_22",
12+
"source": "devbox-search",
13+
"version": "22.14.0",
14+
"systems": {
15+
"aarch64-darwin": {
16+
"outputs": [
17+
{
18+
"name": "out",
19+
"path": "/nix/store/g5bv4gi6p7ryhs2hbaryxs6ivsxa6lqc-nodejs-22.14.0",
20+
"default": true
21+
},
22+
{
23+
"name": "dev",
24+
"path": "/nix/store/96vpirdcns8zxdwzwl7n804012lwrf1n-nodejs-22.14.0-dev"
25+
},
26+
{
27+
"name": "libv8",
28+
"path": "/nix/store/xph2837xqjnra80mqlk64xp7vb3kkqxs-nodejs-22.14.0-libv8"
29+
}
30+
],
31+
"store_path": "/nix/store/g5bv4gi6p7ryhs2hbaryxs6ivsxa6lqc-nodejs-22.14.0"
32+
},
33+
"aarch64-linux": {
34+
"outputs": [
35+
{
36+
"name": "out",
37+
"path": "/nix/store/cwb781xbp70f72njqh8vhvbsf1xq87i5-nodejs-22.14.0",
38+
"default": true
39+
},
40+
{
41+
"name": "dev",
42+
"path": "/nix/store/0w5mql46am2qai707a42q983l44l1h9z-nodejs-22.14.0-dev"
43+
},
44+
{
45+
"name": "libv8",
46+
"path": "/nix/store/vy56lahz381ayvw3hym3wj4r4ggv7gbk-nodejs-22.14.0-libv8"
47+
}
48+
],
49+
"store_path": "/nix/store/cwb781xbp70f72njqh8vhvbsf1xq87i5-nodejs-22.14.0"
50+
},
51+
"x86_64-darwin": {
52+
"outputs": [
53+
{
54+
"name": "out",
55+
"path": "/nix/store/086zjv14ipka2vbpgwil3xyvi5ml4vh3-nodejs-22.14.0",
56+
"default": true
57+
},
58+
{
59+
"name": "dev",
60+
"path": "/nix/store/24n01nfvy908pwzwpgsl0k4227187i7i-nodejs-22.14.0-dev"
61+
},
62+
{
63+
"name": "libv8",
64+
"path": "/nix/store/jiwk0in1wk85crn9vp03gg937gbh1s0w-nodejs-22.14.0-libv8"
65+
}
66+
],
67+
"store_path": "/nix/store/086zjv14ipka2vbpgwil3xyvi5ml4vh3-nodejs-22.14.0"
68+
},
69+
"x86_64-linux": {
70+
"outputs": [
71+
{
72+
"name": "out",
73+
"path": "/nix/store/c8jxsih8yy2rnncdmx2hyraizf689nvp-nodejs-22.14.0",
74+
"default": true
75+
},
76+
{
77+
"name": "libv8",
78+
"path": "/nix/store/s8gnrgh9hgnbkrc1wrn21d6zvkbvm9vi-nodejs-22.14.0-libv8"
79+
},
80+
{
81+
"name": "dev",
82+
"path": "/nix/store/xw8c1c0inxq3xl1d7axz19vq8c05kjk5-nodejs-22.14.0-dev"
83+
}
84+
],
85+
"store_path": "/nix/store/c8jxsih8yy2rnncdmx2hyraizf689nvp-nodejs-22.14.0"
86+
}
87+
}
88+
}
89+
}
90+
}

0 commit comments

Comments
 (0)