···11{ system ? builtins.currentSystem }:
2233-with import ../../top-level/all-packages.nix { inherit system; };
33+with import ../../.. { inherit system; };
4455rec {
66 # We want coreutils without ACL support.
···291291 # The ultimate test: bootstrap a whole stdenv from the tools specified above and get a package set out of it
292292 test-pkgs = let
293293 stdenv = import ./. { inherit system bootstrapFiles; };
294294- in import ../../top-level/all-packages.nix {
294294+ in import ../../.. {
295295 inherit system;
296296 bootStdenv = stdenv.stdenvDarwin;
297297 };