From a6bde5441c1b9554cda10f599aef80a1e1bfb72c Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Mon, 24 Jun 2024 13:31:23 +0100 Subject: [PATCH] Fix target availability logic --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 77e341f..cdf67de 100644 --- a/flake.nix +++ b/flake.nix @@ -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";