You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, when packaging.versions.parse was passed an invalid version (which are common in Nixpkgs as a result of unstable-YYYY-MM-DD versions) it would return an instance of the deprecated LegacyVersion class. LegacyVersion was removed in packaging 22.0. Nixpkgs recently updated packaging, meaning mach-nix gives an InvalidVersion error when it tries to parse Nixpkgs versions.
The text was updated successfully, but these errors were encountered:
Previously, when
packaging.versions.parse
was passed an invalid version (which are common in Nixpkgs as a result ofunstable-YYYY-MM-DD
versions) it would return an instance of the deprecatedLegacyVersion
class.LegacyVersion
was removed in packaging 22.0. Nixpkgs recently updated packaging, meaning mach-nix gives anInvalidVersion
error when it tries to parse Nixpkgs versions.The text was updated successfully, but these errors were encountered: