top-level: avoid another assert false while we're at it
This commit is contained in:
@@ -334,7 +334,7 @@ in rec {
|
||||
# The ultimate test: bootstrap a whole stdenv from the tools specified above and get a package set out of it
|
||||
test-pkgs = import test-pkgspath {
|
||||
inherit system;
|
||||
stdenv = args: let
|
||||
stdenvFunc = args: let
|
||||
args' = args // { inherit bootstrapFiles; };
|
||||
in (import (test-pkgspath + "/pkgs/stdenv/darwin") args').stdenvDarwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user