release.nix: Re-enable full stdenv bootstrap test

This commit is contained in:
toonn 2021-10-22 18:29:23 +02:00 committed by Jonathan Ringer
parent 9b277c2891
commit 33e89d4134

View File

@ -175,8 +175,7 @@ let
# Lightweight distribution and test
inherit (bootstrap) dist test;
# Test a full stdenv bootstrap from the bootstrap tools definition
# TODO re-enable with https://github.com/NixOS/nixpkgs/pull/126411
# inherit (bootstrap.test-pkgs) stdenv;
inherit (bootstrap.test-pkgs) stdenv;
};
# Cross compiled bootstrap tools