about summary refs log tree commit diff
path: root/lib/types.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-11-22 16:46:36 -0800
committerAdam Joseph <adam@westernsemico.com>2023-12-15 05:13:46 -0800
commit80472e375406bb8f130b7d1e360fe89d042f7661 (patch)
treebe8993140e6dcdd5e706dc46e9cdbda89be9f7d6 /lib/types.nix
parentcd99109202945cf00116dc70af2f31eb66e10695 (diff)
treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types.nix b/lib/types.nix
index 51e58eaa8ab51..4378568c141f6 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -67,6 +67,7 @@ let
     ;
   outer_types =
 rec {
+  __attrsFailEvaluation = true;
   isType = type: x: (x._type or "") == type;
 
   setType = typeName: value: value // {