feat: add aarch64 architecture for nix flake

This commit is contained in:
Yappaholic 2025-06-18 16:13:10 +03:00
parent b14a91067b
commit b2abe8cd69

View file

@ -58,6 +58,6 @@
devShells.default = maomaowm.overrideAttrs shellOverride;
formatter = treefmtEval.config.build.wrapper;
};
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "aarch64-linux"];
};
}