We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a1e1f0 + 5807686 commit 4c66becCopy full SHA for 4c66bec
pkgs/development/python-modules/uv-build/default.nix
@@ -37,7 +37,8 @@ buildPythonPackage {
37
38
meta = {
39
description = "A minimal build backend for uv";
40
- inherit (pkgs.uv.meta) homepage changelog license;
+ homepage = "https://docs.astral.sh/uv/reference/settings/#build-backend";
41
+ inherit (pkgs.uv.meta) changelog license;
42
maintainers = with lib.maintainers; [ bengsparks ];
43
};
44
}
0 commit comments