add aarch64-darwin to supported systems for dev shell

This commit is contained in:
Iain Learmonth 2025-06-25 11:40:01 +01:00
parent e1dc9e1ffa
commit 801cb66c43

View file

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