nix: drop aarch64-linux

I don't know if it ever worked, not gonna claim I did
This commit is contained in:
Zynh Ludwig 2024-07-30 01:01:48 -07:00
parent 772126b0de
commit 3523c50b71

View file

@ -14,7 +14,6 @@
# System types to support. # System types to support.
supportedSystems = [ supportedSystems = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux"
]; ];
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems