···395 };
396397 # The ultimate test: bootstrap a whole stdenv from the tools specified above and get a package set out of it
398- # TODO: uncomment once https://github.com/NixOS/nixpkgs/issues/222717 is resolved
399- /*
400 test-pkgs = import test-pkgspath {
401 # if the bootstrap tools are for another platform, we should be testing
402 # that platform.
···406 args' = args // { inherit bootstrapFiles; };
407 in (import (test-pkgspath + "/pkgs/stdenv/darwin") args');
408 };
409- */
410}
···395 };
396397 # The ultimate test: bootstrap a whole stdenv from the tools specified above and get a package set out of it
398+ # eg: nix-build -A freshBootstrapTools.test-pkgs.stdenv
0399 test-pkgs = import test-pkgspath {
400 # if the bootstrap tools are for another platform, we should be testing
401 # that platform.
···405 args' = args // { inherit bootstrapFiles; };
406 in (import (test-pkgspath + "/pkgs/stdenv/darwin") args');
407 };
0408}