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

View file

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