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

Commit 59e88eb

Browse files
committed
chore: add devbox python
1 parent 9f8725e commit 59e88eb

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

devbox.json

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

devbox.lock

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
"python@3.13.3": {
9+
"last_modified": "2025-05-16T20:19:48Z",
10+
"plugin_version": "0.0.4",
11+
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#python313",
12+
"source": "devbox-search",
13+
"version": "3.13.3",
14+
"systems": {
15+
"aarch64-darwin": {
16+
"outputs": [
17+
{
18+
"name": "out",
19+
"path": "/nix/store/1a8xg8l3m67hxinxzzcsak9736qm9vsf-python3-3.13.3",
20+
"default": true
21+
}
22+
],
23+
"store_path": "/nix/store/1a8xg8l3m67hxinxzzcsak9736qm9vsf-python3-3.13.3"
24+
},
25+
"aarch64-linux": {
26+
"outputs": [
27+
{
28+
"name": "out",
29+
"path": "/nix/store/yy0xvc2rydhrs0h1v8d7r3sql347xzz5-python3-3.13.3",
30+
"default": true
31+
},
32+
{
33+
"name": "debug",
34+
"path": "/nix/store/42bxfqfrh8cwspl7szr0cw8739xv8qlq-python3-3.13.3-debug"
35+
}
36+
],
37+
"store_path": "/nix/store/yy0xvc2rydhrs0h1v8d7r3sql347xzz5-python3-3.13.3"
38+
},
39+
"x86_64-darwin": {
40+
"outputs": [
41+
{
42+
"name": "out",
43+
"path": "/nix/store/gbrigjhghz9v2p0zf9b2fnvs0g0yx7q4-python3-3.13.3",
44+
"default": true
45+
}
46+
],
47+
"store_path": "/nix/store/gbrigjhghz9v2p0zf9b2fnvs0g0yx7q4-python3-3.13.3"
48+
},
49+
"x86_64-linux": {
50+
"outputs": [
51+
{
52+
"name": "out",
53+
"path": "/nix/store/2mab9iiwhcqwk75qwvp3zv0bvbiaq6cs-python3-3.13.3",
54+
"default": true
55+
},
56+
{
57+
"name": "debug",
58+
"path": "/nix/store/9z6k8ijl2md0y2n95yprbjj4vxbfsi15-python3-3.13.3-debug"
59+
}
60+
],
61+
"store_path": "/nix/store/2mab9iiwhcqwk75qwvp3zv0bvbiaq6cs-python3-3.13.3"
62+
}
63+
}
64+
}
65+
}
66+
}

0 commit comments

Comments
 (0)