diff --git a/pkgs/test/cross/default.nix b/pkgs/test/cross/default.nix index 35a16c146e67..e26f375ac5c9 100644 --- a/pkgs/test/cross/default.nix +++ b/pkgs/test/cross/default.nix @@ -1,4 +1,8 @@ -{ pkgs, lib }: +{ + pkgs, + config, + lib, +}: let @@ -78,6 +82,7 @@ let crossPkgs = import pkgs.path { localSystem = { inherit (pkgs.stdenv.hostPlatform) config; }; crossSystem = crossSystemFun system; + inherit config; }; emulator = crossPkgs.stdenv.hostPlatform.emulator pkgs;