Add nix aarch64-darwin support for Apple Silicon macs
Dependencies
- [2]
POBHKKNGUse nixpkgs builtin Rust build tools This fixes the broken flake packages and prevents having to manually update any sort of Nix-specific lock file, which should make it less prone to breaking in the future. - [3]
Q4XPH27Loverride dev tooling - [4]
G734WNM6flake.nix: use crate2nix - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [6]
ZWPPIJXFflake.nix: use Mozilla overlay for Rust
Change contents
- replacement in flake.nix at line 16
allSystems = [ "x86_64-linux" "aarch64-linux" "i686-linux" "x86_64-darwin" ];allSystems = [ "x86_64-linux" "aarch64-linux" "i686-linux" "x86_64-darwin" "aarch64-darwin" ];