Skip to content

Commit

Permalink
Return cross pkgs only on x86_64-linux or aarch64-linux for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Dec 10, 2024
1 parent 45d739b commit 9bb397c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/impure.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ assert args ? system -> !(args ? localSystem);

import ./. (builtins.removeAttrs args [ "system" ] // {
inherit config overlays localSystem;
} // (if (system == "x86_64-linux" || system == "aarch64-linux") then {
crossSystem = { config = "aarch64-unknown-linux-gnu"; };
})
} else {}) )

0 comments on commit 9bb397c

Please sign in to comment.