Defining the Rust 2024 edition
Defining the Rust 2024 edition
Posted Jan 31, 2024 10:54 UTC (Wed) by dezgeg (subscriber, #92243)In reply to: Defining the Rust 2024 edition by LtWorf
Parent article: Defining the Rust 2024 edition
That is precisely what happens in Nix - any change you make to a package causes all the dependees to be transitively rebuilt, regardless of static or dynamic linking (Nix uses mainly dynamic linking). So making a change to something like glibc (or it's build script) really rebuilds the entire world.