git.delta.rocks / jrsonnet / refs/commits / 04b11a75c069

difftreelog

fix pass v2 coherency check

nuzqzxokYaroslav Bolyukin2025-11-11parent: #75ab1d0.patch.diff
in: trunk

2 files changed

modifiedlib/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;
modifiedmodules/secrets-data.nixdiffbeforeafterboth

no syntactic changes