Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 46be895

Browse files
committed
chore: add devbox config
1 parent 2c60f40 commit 46be895

3 files changed

Lines changed: 106 additions & 1 deletion

File tree

devbox.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
3+
"packages": [
4+
"nodejs@22.14.0"
5+
],
6+
"env": {
7+
"DEVBOX_COREPACK_ENABLED": "true"
8+
},
9+
"shell": {
10+
"init_hook": [
11+
"pnpm install"
12+
]
13+
}
14+
}

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": "2026-01-20T02:11:35Z",
6+
"resolved": "github:NixOS/nixpkgs/ed142ab1b3a092c4d149245d0c4126a5d7ea00b0?lastModified=1768875095&narHash=sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS%2B8A%3D"
7+
},
8+
"nodejs@22.14.0": {
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+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@
130130
"ts-loader": "^9.2.8",
131131
"ts-node": "^10.7.0",
132132
"typescript": "^4.6.3"
133-
}
133+
},
134+
"packageManager": "pnpm@10.14.0"
134135
}

0 commit comments

Comments
 (0)