fix: devshell on darwin

Co-authored-by: thetayloredman <nutdriver716@gmail.com>
This commit is contained in:
Henry-Hiles
2026-04-08 10:35:22 -04:00
committed by Ellis Git
parent 09bfe79a44
commit a818f51396
3 changed files with 18 additions and 8 deletions
+2
View File
@@ -38,6 +38,8 @@
systems = [
"x86_64-linux"
"aarch64-linux"
# support untested but theoretically there
"aarch64-darwin"
];
};
}