···175 # Lightweight distribution and test
176 inherit (bootstrap) dist test;
177 # Test a full stdenv bootstrap from the bootstrap tools definition
178- # TODO re-enable with https://github.com/NixOS/nixpkgs/pull/126411
179- # inherit (bootstrap.test-pkgs) stdenv;
180 };
181182 # Cross compiled bootstrap tools
···175 # Lightweight distribution and test
176 inherit (bootstrap) dist test;
177 # Test a full stdenv bootstrap from the bootstrap tools definition
178+ inherit (bootstrap.test-pkgs) stdenv;
0179 };
180181 # Cross compiled bootstrap tools