Commit c3ea9587 authored by Emily's avatar Emily
Browse files

tests.cross: extend the existing `config`

parent 36e1dea2
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
{ 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;