mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
tests.cross: extend the existing config
This commit is contained in:
parent
36e1dea26b
commit
c3ea9587fa
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue