File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages": [
3
- "python310",
3
+ "python@latest",
4
+ "python311Packages.pip@latest",
4
5
"openssl@latest",
5
- "python310Packages.pip",
6
6
"postgresql@latest"
7
7
],
8
8
"env": {
11
11
"shell": {
12
12
"init_hook": [
13
13
". $VENV_DIR/bin/activate",
14
- "pip install -r requirements.txt"
14
+ "pip install -r requirements.txt --use-pep517 "
15
15
],
16
16
"scripts": {
17
17
"create_db": [
Original file line number Diff line number Diff line change 8
8
},
9
9
"postgresql@latest": {
10
10
"last_modified": "2023-05-01T16:53:22Z",
11
- "plugin_version": "0.0.1 ",
11
+ "plugin_version": "0.0.2 ",
12
12
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#postgresql",
13
13
"version": "14.7"
14
14
},
15
- "python310": {
15
+ "python311Packages.pip@latest": {
16
+ "last_modified": "2023-05-01T16:53:22Z",
16
17
"plugin_version": "0.0.1",
17
- "resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#python310"
18
+ "resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#python311Packages.pip",
19
+ "version": "23.0.1"
18
20
},
19
- "python310Packages.pip": {
21
+ "python@latest": {
22
+ "last_modified": "2023-05-01T16:53:22Z",
20
23
"plugin_version": "0.0.1",
21
- "resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#python310Packages.pip"
24
+ "resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#python311",
25
+ "version": "3.11.3"
22
26
}
23
27
}
24
- }
28
+ }
You can’t perform that action at this time.
0 commit comments