Regenerated
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user