chore: Add aarch64 build targets to flake #143

Merged
aniva merged 1 commits from chore/flake into dev 2024-12-11 00:30:19 -08:00
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
flake = {
};
systems = [
"aarch64-linux"
"aarch64-darwin"
"x86_64-linux"
"x86_64-darwin"
];