aicomputer

This commit is contained in:
Harivansh Rathi 2026-03-22 18:32:26 -04:00
parent b2217633e7
commit 7ae6bd1808
3 changed files with 64 additions and 2 deletions

View file

@ -7,6 +7,8 @@
inputs.googleworkspace-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
claudePackage =
inputs.claudeCode.packages.${pkgs.stdenv.hostPlatform.system}.default;
agentcomputerPackage =
inputs.agentcomputer-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
memex = pkgs.stdenvNoCC.mkDerivation rec {
pname = "memex";
@ -126,6 +128,9 @@ in {
texliveFull
yt-dlp
])
++ [
agentcomputerPackage
]
++ lib.optionals pkgs.stdenv.isDarwin [
graphite
memex