Skip to content

Commit

Permalink
Fix target availability logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 24, 2024
1 parent 4658768 commit a6bde54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
crossSystem = "aarch64-darwin";
rustTargetTriple = "aarch64-apple-darwin";
};

} else if localSystem == "x86_64-linux" then {
lair_keystore_x86_64-apple = import ./modules/lair-keystore-cross.nix {
inherit localSystem inputs;
crossSystem = "x86_64-darwin";
Expand Down

0 comments on commit a6bde54

Please sign in to comment.