From 3523c50b71776699b2de61b9e269753de076b959 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 30 Jul 2024 01:01:48 -0700 Subject: [PATCH] nix: drop aarch64-linux I don't know if it ever worked, not gonna claim I did --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index d0fd260..5738b80 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ # System types to support. supportedSystems = [ "x86_64-linux" - "aarch64-linux" ]; forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems