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