Compare commits

..

1 commit

Author SHA1 Message Date
irl
801cb66c43 add aarch64-darwin to supported systems for dev shell 2025-06-25 11:41:09 +01:00

View file

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