with import {}; with pkgs.python3Packages; buildPythonPackage { name = "xopp2py"; src = ./.; format = "pyproject"; # tell Nix to use pyproject.toml propagatedBuildInputs = [ hatchling ]; }