diff --git a/flake.nix b/flake.nix index 08ea781..92a1431 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,15 @@ src = ./.; + outputs = [ + "out" + "doc" + ]; + + nativeBuildInputs = [ + pkgs.python3Packages.sphinxHook + ]; + format = "pyproject"; buildInputs = [ pkgs.python3Packages.hatchling ];