Open
Description
rustc bootstrap contains a lot of code specifically for making builds work smoothly on nixos... however, none of this code seems to be tested by CI.
recently, it seems that the addition of libstdc++ as a dependency of rustc has broken builds on nixos. i think stage1 should be built for nixos as part of CI to prevent this from happening in the future.