{ prev, ... }: with prev.poetry2nix; { worktime = mkPoetryApplication { python = prev.python310; projectDir = cleanPythonSources { src = ./.; }; overrides = overrides.withDefaults (self: super: { inherit (prev.python310.pkgs) tabulate; }); }; }