fix: ai notebook sentencepipe incompatibility with apple devices

This commit is contained in:
Rasyidan Akbar F. 2025-12-10 14:28:58 +07:00
commit 26c8423a47
4 changed files with 160 additions and 38 deletions

View file

@ -147,6 +147,7 @@
web-bun = importShell "web-bun";
rust = importShell "rust";
ai-agent = importShell "ai-agent";
effect-ts = importShell "effect-ts";
});
formatter = forEachSystem (system: (mkPkgs system).nixfmt-classic);