Revert "flake: add arm64-linux target"

This reverts commit 13bed01615.
This commit is contained in:
Asmir A 2024-03-16 17:12:06 +01:00
parent 13bed01615
commit f042e08ecd
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -9,7 +9,7 @@
self,
nixpkgs,
}: let
supportedSystems = ["x86_64-linux" "aarch64-linux" "arm64-linux"];
supportedSystems = ["x86_64-linux" "aarch64-linux"];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;});
in {