diff --git a/flake.nix b/flake.nix index f684a5b..8e3fa94 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {