chore: add aarch64 to systems

This commit is contained in:
uku 2024-07-17 14:54:00 +02:00
parent 9eadd0a4d9
commit e91330263b
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -8,7 +8,7 @@
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "aarch64-linux"];
imports = [
./systems