diff options
Diffstat (limited to 'overlays/worktime')
-rw-r--r-- | overlays/worktime/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/overlays/worktime/default.nix b/overlays/worktime/default.nix index 7f5865ee..a06ed6e0 100644 --- a/overlays/worktime/default.nix +++ b/overlays/worktime/default.nix | |||
@@ -7,9 +7,5 @@ with prev.poetry2nix; | |||
7 | python = prev.python310; | 7 | python = prev.python310; |
8 | 8 | ||
9 | projectDir = cleanPythonSources { src = ./.; }; | 9 | projectDir = cleanPythonSources { src = ./.; }; |
10 | |||
11 | overrides = overrides.withDefaults (self: super: { | ||
12 | inherit (prev.python310.pkgs) tabulate; | ||
13 | }); | ||
14 | }; | 10 | }; |
15 | } | 11 | } |