diff --git a/flake.nix b/flake.nix index 356a9de..b92ec46 100644 --- a/flake.nix +++ b/flake.nix @@ -74,6 +74,14 @@ } ); + hiro-models = super.hiro-models.overridePythonAttrs ( + old: { + buildInputs = (old.buildInputs or [ ]) ++ [ + self.poetry + ]; + } + ); + hopsflow = super.hopsflow.overridePythonAttrs ( old :{ buildInputs = old.buildInputs or [ ] ++ [