diff --git a/flake.nix b/flake.nix index 1b8cd48..fa757bf 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,18 @@ buildInputs = (old.buildInputs or [ ]) ++ [ super.flit-scm ]; } ); + python-monkey-business = super.python-monkey-business.overridePythonAttrs + ( + old: { + buildInputs = (old.buildInputs or [ ]) ++ [ super.flit-scm ]; + } + ); + pytoolconfig = super.pytoolconfig.overridePythonAttrs + ( + old: { + buildInputs = (old.buildInputs or [ ]) ++ [ super.pdm ]; + } + ); }); }) pkgs.python310Packages.poetry