diff options
-rw-r--r-- | modules/by-name-overlay.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name-overlay.nix b/modules/by-name-overlay.nix index b96c1d25..4349e112 100644 --- a/modules/by-name-overlay.nix +++ b/modules/by-name-overlay.nix @@ -16,7 +16,7 @@ msg: v: # `builtins.warn` requires a string message, so we enforce that in our implementation, so that callers aren't accidentally incompatible with newer Nix versions. assert builtins.isString msg; - builtins.trace "[1;35mevaluation warning:[0m ${msg}" v + builtins.trace "[1;35mevaluation warning:[0m ${msg}" v ); # Same thing as flatten. mapAttrsToList = f: attrs: |