add aarch64-darwin to supported systems for dev shell

This commit is contained in:
Abel Luck 2025-09-10 13:49:02 +02:00
parent 4eadc8416e
commit b406226f0f

View file

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