1.3 KiB
1.3 KiB
Nixpkgs 25.05 (2025.05/??)
Backward Incompatibilities
Titanium removed
titaniumenv
,titanium
, andtitanium-alloy
have been removed due to lack of maintenance in Nixpkgs.
Nixpkgs Library
Breaking changes
- Structure of the
functor
of some types has changed.functor
is an implementation detail and should not be relied upon. If you did rely on it let us know in this PR.lib.types.enum
: Previously thefunctor.payload
was the list of enum values directly. Now it is an attribute set containing the values in thevalues
attribute.lib.types.separatedString
: Previously thefunctor.payload
was the seperator directly. Now it is an attribute set containing the seperator in thesep
attribute.