tests.cross: extend the existing config

This commit is contained in:
Emily
2026-02-19 16:07:57 +00:00
parent 36e1dea26b
commit c3ea9587fa
+6 -1
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;