2023-06-02 19:39:25 +00:00
|
|
|
{
|
|
|
|
"packages": [
|
|
|
|
"python311",
|
2023-09-01 07:49:24 +00:00
|
|
|
"python311Packages.ipykernel",
|
2023-06-02 19:39:25 +00:00
|
|
|
"poetry"
|
|
|
|
],
|
|
|
|
"shell": {
|
2023-09-01 13:38:17 +00:00
|
|
|
"init_hook": [
|
|
|
|
"poetry env use $(which python)",
|
|
|
|
"poetry shell"
|
|
|
|
]
|
2023-06-02 19:39:25 +00:00
|
|
|
},
|
|
|
|
"nixpkgs": {
|
|
|
|
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
|
|
|
|
}
|
2023-09-01 07:49:24 +00:00
|
|
|
}
|