pkgs/top-level/config.nix: add options.checkMetaRecursively

This commit is contained in:
éclairevoyant 2024-07-29 13:34:04 -04:00
parent 139f90426b
commit 36c0423211
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -248,6 +248,8 @@ let
Whether to check that the `meta` attribute of derivations are correct during evaluation time.
'';
};
checkMetaRecursively = mkEnableOption "checking that the `meta` attribute of derivations and their references are correct during evalution";
};
in