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 let
supportedSystems = [ supportedSystems = [
"x86_64-linux" "x86_64-linux"
"aarch64-darwin"
]; ];
forEachSupportedSystem = forEachSupportedSystem =
f: f: