lol

release.nix: Re-enable full stdenv bootstrap test

authored by

toonn and committed by
Jonathan Ringer
33e89d41 9b277c28

+1 -2
+1 -2
pkgs/top-level/release.nix
··· 175 175 # Lightweight distribution and test 176 176 inherit (bootstrap) dist test; 177 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; 178 + inherit (bootstrap.test-pkgs) stdenv; 180 179 }; 181 180 182 181 # Cross compiled bootstrap tools