flake: aarch64 support

This commit is contained in:
Zynh Ludwig 2024-11-15 10:12:44 -08:00
parent a0f4b8e3e7
commit ab5b2a4ac7

View file

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