Skip to content

Commit 80be512

Browse files
authored
[Plugins] Revert pip example changes (#1660)
1 parent a3135c6 commit 80be512

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

examples/development/python/pip/devbox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"packages": [
3-
3+
4+
"python310Packages.pip@latest"
45
],
56
"shell": {
67
"init_hook": [

examples/development/python/pip/devbox.lock

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,45 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4+
"python310Packages.pip@latest": {
5+
"last_modified": "2023-11-17T14:14:56Z",
6+
"plugin_version": "0.0.1",
7+
"resolved": "github:NixOS/nixpkgs/a71323f68d4377d12c04a5410e214495ec598d4c#python310Packages.pip",
8+
"source": "devbox-search",
9+
"version": "23.2.1",
10+
"systems": {
11+
"aarch64-darwin": {
12+
"store_path": "/nix/store/yfmiqki3zrm2bx3m1lf8022f99kw1r8j-python3.10-pip-23.2.1"
13+
},
14+
"aarch64-linux": {
15+
"store_path": "/nix/store/dp107dx65pm8bkzm5k35lq421874c4ra-python3.10-pip-23.2.1"
16+
},
17+
"x86_64-darwin": {
18+
"store_path": "/nix/store/va6syavjclp874lzcjcsm60acbf3y419-python3.10-pip-23.2.1"
19+
},
20+
"x86_64-linux": {
21+
"store_path": "/nix/store/3vmj4wfr07d6na75wha00ka4548fsxk9-python3.10-pip-23.2.1"
22+
}
23+
}
24+
},
425
5-
"last_modified": "2023-02-24T18:08:35Z",
26+
"last_modified": "2023-11-17T14:14:56Z",
627
"plugin_version": "0.0.2",
7-
"resolved": "github:NixOS/nixpkgs/806075be2bdde71895359ed18cb530c4d323e6f6#python3",
28+
"resolved": "github:NixOS/nixpkgs/a71323f68d4377d12c04a5410e214495ec598d4c#python310",
829
"source": "devbox-search",
9-
"version": "3.10.9",
30+
"version": "3.10.13",
1031
"systems": {
1132
"aarch64-darwin": {
12-
"store_path": "/nix/store/n3qask6wrby75704dz3vcwnd3f9vkab8-python3-3.10.9"
33+
"store_path": "/nix/store/p56fpsphgx3lal9pqyyj0ciz4all7hwv-python3-3.10.13"
34+
},
35+
"aarch64-linux": {
36+
"store_path": "/nix/store/8w9153kg06wz7kb0lsdg2hxv8ihq3jxd-python3-3.10.13"
1337
},
1438
"x86_64-darwin": {
15-
"store_path": "/nix/store/4msj4kpnvqdg2a75x9m44xspas5ynzrd-python3-3.10.9"
39+
"store_path": "/nix/store/c7s2h40q4wqxfxwzbj5g9c3126wz6ryg-python3-3.10.13"
1640
},
1741
"x86_64-linux": {
18-
"store_path": "/nix/store/0pyymzxf7n0fzpaqnvwv92ab72v3jq8d-python3-3.10.9"
42+
"store_path": "/nix/store/50kabpj0s79040a42b7jj2dxn85wmbfd-python3-3.10.13"
1943
}
2044
}
2145
}

0 commit comments

Comments
 (0)