{ prev, ... }: with prev.poetry2nix; { worktime = mkPoetryApplication { python = prev.python310; projectDir = cleanPythonSources { src = ./.; }; }; }