add aarch64-darwin to supported systems for dev shell #1

Closed
irl wants to merge 4 commits from irl/terraform-provider-tor:aarch64-darwin into main
Showing only changes of commit 801cb66c43 - Show all commits

View file

@ -8,6 +8,7 @@
let
supportedSystems = [
"x86_64-linux"
"aarch64-darwin"
];
forEachSupportedSystem =
f: