Loading pkgs/test/cross/default.nix +6 −1 Original line number Diff line number Diff line { pkgs, lib }: { pkgs, config, lib, }: let Loading Loading @@ -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 Loading
pkgs/test/cross/default.nix +6 −1 Original line number Diff line number Diff line { pkgs, lib }: { pkgs, config, lib, }: let Loading Loading @@ -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