From bd32adb9e8452e96f7dbb5ee0bebd96bab0ea320 Mon Sep 17 00:00:00 2001 From: Artturin Date: Tue, 24 Sep 2024 23:05:13 +0300 Subject: [PATCH] Return cross pkgs to test perf --- pkgs/top-level/impure.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/impure.nix b/pkgs/top-level/impure.nix index 4d847e280f4b9..463de791a1a65 100644 --- a/pkgs/top-level/impure.nix +++ b/pkgs/top-level/impure.nix @@ -86,4 +86,5 @@ assert args ? system -> !(args ? localSystem); import ./. (builtins.removeAttrs args [ "system" ] // { inherit config overlays localSystem; + crossSystem = { config = "aarch64-unknown-linux-gnu"; }; })