From 36c042321146677398d5dc5db1d7e10e6f2a5891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:34:04 -0400 Subject: [PATCH] pkgs/top-level/config.nix: add options.checkMetaRecursively --- pkgs/top-level/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/config.nix b/pkgs/top-level/config.nix index b848f82f2ae2..fedc62ecc78c 100644 --- a/pkgs/top-level/config.nix +++ b/pkgs/top-level/config.nix @@ -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