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

Open
irl wants to merge 1 commit 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: