Remove traces from overlays
diff --git a/overlays/default.nix b/overlays/default.nix
index 0c66a9f..1dcd954 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -5,8 +5,8 @@
lib.pipe ./. [
utils.nixFilesInWithName
(builtins.filter ({ name, ... }: name != "default.nix"))
- (lib.traceValFn (overlays: "Applying overlays ${builtins.toJSON (map (overlay: overlay.name) overlays)}"))
- (builtins.map ({ path, ... }: lib.traceVal path))
+ # (lib.traceValFn (overlays: "Applying overlays ${builtins.toJSON (map (overlay: overlay.name) overlays)}"))
+ (builtins.map ({ path, ... }: /* lib.traceVal */ path))
(map (path: import path))
(map (overlay:
if (builtins.functionArgs overlay) != { }
diff --git a/overlays/patches.nix b/overlays/patches.nix
index 1e46b2a..d8943df 100644
--- a/overlays/patches.nix
+++ b/overlays/patches.nix
@@ -13,7 +13,7 @@
value = prev.${name}.overrideAttrs (prevAttrs: {
patches =
(prevAttrs.patches or [ ])
- ++ lib.traceValFn builtins.toJSON (lib.pipe path [
+ ++ /* lib.traceValFn builtins.toJSON */ (lib.pipe path [
builtins.readDir
(lib.filterAttrs (_: type: type == "regular"))
builtins.attrNames