mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
1.3 KiB
1.3 KiB
Nixpkgs 25.05 (2025.05/??)
Backward Incompatibilities
Titanium removed
titaniumenv,titanium, andtitanium-alloyhave been removed due to lack of maintenance in Nixpkgs.
Nixpkgs Library
Breaking changes
- Structure of the
functorof some types has changed.functoris 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.payloadwas the list of enum values directly. Now it is an attribute set containing the values in thevaluesattribute.lib.types.separatedString: Previously thefunctor.payloadwas the seperator directly. Now it is an attribute set containing the seperator in thesepattribute.