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
Breaking: dropped compatibility for Nix versions below 2.31.2
Breaking: dropped compatibility for nixpkgs-25.11
Breaking: dropped flake entries for x86_64-darwin as nixpkgs has also
dropped support
Breaking (technically): mkCrossToolchainEnv now uses the full nix store
path for environment variables and no longer adds cc compilers to nativeBuildInputs. This fixes cross compilation for certain cases which did
not previously work. To bring back the previous behavior add the necessary
compilers to nativeBuildInputs.
Reduced Nix evaluation overhead in cargoTomlConservative by indexing removed
manifest paths.
Fixed
urlForCargoPackage was fixed to correctly handle crate prefixes for crate
names longer than 4 characters
Inheriting cargo artifacts produced via installCargoArtifactsMode = "use-symlink" now handle paths to cargo's newly introduced internal lock
files