nixpkgs-review: enable __structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 04:18:42 -04:00
parent 0ec9b63333
commit 8fb2ea5241
@@ -26,6 +26,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "3.8.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";