Hi,
I did not change my config and just did an update (on unstable) and had this:
error: The option `home-manager.users.geob.programs.fish.binds.ctrl-backspace.command' has a type `string…
┃ an ad-hoc `type // { check = ...; }' override, which is incompatible with
┃ the v2 merge mechanism.
┃
┃ Please use `lib.types.addCheck` instead of `type // { check }' to add
┃ custom validation. For example:
┃
┃ lib.types.addCheck baseType (value: /* your check */)
┃
┃ instead of:
┃
┃ baseType // { check = value: /* your check */; }
┃
┃ Alternatively, this message may also occur as false positive when mixing Nixpkgs
┃ versions, if one Nixpkgs is between 83fed2e6..58696117 (Aug 28 - Oct 28 2025)
What’s happening?