dns-root-data: enable strictDeps, enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-04 18:20:37 +02:00
parent ab08da28a1
commit 4101a91e99

View File

@@ -27,6 +27,9 @@ stdenv.mkDerivation {
cp ${./root.ds} $out/root.ds
'';
strictDeps = true;
__structuredAttrs = true;
meta = {
homepage = "https://www.iana.org/domains/root/files";
description = "DNS root data including root hints and DNSSEC root trust anchor + key";