nix-prefetch-scripts: enable structuredAttrs (#552697)

This commit is contained in:
Stefan Frijters
2026-08-25 15:17:06 +00:00
committed by GitHub

View File

@@ -44,6 +44,8 @@ let
preferLocalBuild = true;
__structuredAttrs = true;
meta = {
description = "Script used to obtain source hashes for fetch${tool}";
maintainers = with lib.maintainers; [ bennofs ];