tests.cross: extend the existing config

This commit is contained in:
Emily 2026-02-19 15:10:47 +00:00
parent 36e1dea26b
commit c3ea9587fa

View file

@ -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;