diff --git a/flake.nix b/flake.nix index 9fdb056..2edb20c 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,14 @@ )); overrides = (self: super: { + beartype = super.beartype.overridePythonAttrs ( + old: { + buildInputs = (old.buildInputs or [ ]) ++ [ + self.setuptools + ]; + } + ); + future = super.future.overridePythonAttrs ( old: { buildInputs = (old.buildInputs or [ ]) ++ [