From 239d7bb96dc7c5efb04288f41ba83a3610621dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 7 Jul 2024 20:25:29 +0300 Subject: [PATCH] remove crossArm64 --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 0d2fbbd..b8b386e 100644 --- a/flake.nix +++ b/flake.nix @@ -115,12 +115,6 @@ pkgs-unstable = import nixpkgs-unstable { inherit (super) system; }; - - crossArm64 = import nixpkgs { - system = "x86_64-linux"; - hostPlatform.config = "aarch64-linux"; - buildPlatform.config = "x86_64-linux"; - }; }) ];