diff options
Diffstat (limited to 'overlays/worktime/default.nix')
| -rw-r--r-- | overlays/worktime/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/worktime/default.nix b/overlays/worktime/default.nix index 5ecdf149..1d8433af 100644 --- a/overlays/worktime/default.nix +++ b/overlays/worktime/default.nix | |||
| @@ -4,7 +4,7 @@ with prev.poetry2nix; | |||
| 4 | 4 | ||
| 5 | { | 5 | { |
| 6 | worktime = mkPoetryApplication { | 6 | worktime = mkPoetryApplication { |
| 7 | python = prev.python310; | 7 | python = prev.python312; |
| 8 | 8 | ||
| 9 | projectDir = cleanPythonSources { src = ./.; }; | 9 | projectDir = cleanPythonSources { src = ./.; }; |
| 10 | 10 | ||
