nix-prefetch-scripts: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-14 00:00:15 +02:00
parent 4d37b9033e
commit beee139e39

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 ];