Regenerated

This commit is contained in:
2026-03-21 14:40:11 +00:00
parent be88061b3d
commit 7bce869f36
30 changed files with 4 additions and 1479 deletions
+4 -4
View File
@@ -424,10 +424,10 @@ in
# Print debug info to screen during evaluation
# These must be at top-level, outside any attribute set
_ = builtins.trace debugContents true;
_ = builtins.trace
(toString (builtins.length enabledModules) + " modules enabled: " + builtins.concatStringsSep ", " (map (m: m.name) enabledModules))
true;
# _ = builtins.trace debugContents true;
#_ = builtins.trace
# (toString (builtins.length enabledModules) + " modules enabled: " + builtins.concatStringsSep ", " (map (m: m.name) enabledModules))
# true;
}
#+END_SRC