add aarch64-darwin to supported systems for dev shell
This commit is contained in:
parent
e1dc9e1ffa
commit
801cb66c43
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
let
|
let
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
forEachSupportedSystem =
|
forEachSupportedSystem =
|
||||||
f:
|
f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue