difftreelog
fix pass v2 coherency check
in: trunk
2 files changed
lib/default.nixdiffbeforeafterboth--- a/lib/default.nix
+++ b/lib/default.nix
@@ -17,7 +17,10 @@
overlay = mkOptionType {
name = "nixpkgs-overlay";
description = "nixpkgs overlay";
- check = isFunction;
+ check = {
+ __functor = _self: isFunction;
+ isV2MergeCoherent = true;
+ };
merge = mergeOneOption;
};
listOfOverlay = listOf types.overlay;
modules/secrets-data.nixdiffbeforeafterbothno syntactic changes