nix: drop aarch64-linux

I don't know if it ever worked, not gonna claim I did
main
Zynh Ludwig 2024-07-30 01:01:48 -07:00
parent 772126b0de
commit 3523c50b71
1 changed files with 0 additions and 1 deletions

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