release.nix: Re-enable full stdenv bootstrap test
This commit is contained in:
parent
9b277c2891
commit
33e89d4134
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue