nixpkgs-review: enable __structuredAttrs (#520753)

This commit is contained in:
Michael Daniels
2026-05-16 17:22:40 +00:00
committed by GitHub
@@ -26,6 +26,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "3.8.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";