mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
dns-root-data: enable strictDeps, enable structuredAttrs
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user