Skip to content

Commit afa72f7

Browse files
authored
lib/modules: Add false positive info to check coherence assertion (NixOS#460112)
2 parents 09701a5 + a01aeeb commit afa72f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/modules.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,9 @@ let
11471147
instead of:
11481148
11491149
baseType // { check = value: /* your check */; }
1150+
1151+
Alternatively, this message may also occur as false positive when mixing Nixpkgs
1152+
versions, if one Nixpkgs is between 83fed2e6..58696117 (Aug 28 - Oct 28 2025)
11501153
'';
11511154

11521155
# Merge definitions of a value of a given type.

0 commit comments

Comments
 (0)