Revert "flake: add arm64-linux target"

This reverts commit 13bed01615.
This commit is contained in:
2024-03-16 17:12:06 +01:00
parent 13bed01615
commit f042e08ecd

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 {