You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(builtins.trace"attrSetIsOrContainsDerivation: returning false for ${name}. tryEval is ${pkgs.lib.boolToString((builtins.tryEvalvalue).success)}, and isAttrs is ${pkgs.lib.boolToString(builtins.isAttrsvalue)}"false)
145
+
false
146
+
# (builtins.trace "attrSetIsOrContainsDerivation: returning false for ${name}. tryEval is ${pkgs.lib.boolToString ((builtins.tryEval value).success)}, and isAttrs is ${pkgs.lib.boolToString (builtins.isAttrs value)}" false)
// Only process attributes that could belong to the current by name directory.
566
566
match structure::expected_by_name_dir_for_package(attribute_name, config){
567
-
None => {println!("{}:{}: attribute_name {attribute_name} has expected by-name dir None", file!(), line!());NonApplicable},
567
+
None => {
568
+
// println!("{}:{}: attribute_name {attribute_name} has expected by-name dir None", file!(), line!());
569
+
NonApplicable
570
+
},
568
571
// Some(by_name_dir) if by_name_dir.id != => {println!("{}:{}: attribute_name {attribute_name} has expected by-name dir Some({x}), which is not {}", file!(), line!(), by_name_dir.path); NonApplicable},
569
572
Some(_) => {
570
573
// This is a big ol' match on various properties of the attribute
0 commit comments