release.nix: Re-enable full stdenv bootstrap test

This commit is contained in:
toonn
2021-11-24 15:17:13 -08:00
committed by Jonathan Ringer
parent 9b277c2891
commit 33e89d4134
+1 -2
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