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 # 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 }; 181 182 # 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; 179 }; 180 181 # Cross compiled bootstrap tools