remove crossArm64

This commit is contained in:
Motiejus Jakštys 2024-07-07 20:25:29 +03:00
parent 736783bf56
commit 239d7bb96d
1 changed files with 0 additions and 6 deletions

View File

@ -115,12 +115,6 @@
pkgs-unstable = import nixpkgs-unstable { pkgs-unstable = import nixpkgs-unstable {
inherit (super) system; inherit (super) system;
}; };
crossArm64 = import nixpkgs {
system = "x86_64-linux";
hostPlatform.config = "aarch64-linux";
buildPlatform.config = "x86_64-linux";
};
}) })
]; ];