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

@ -24,6 +24,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
agentcomputer-cli = {
url = "path:/Users/rathi/Documents/GitHub/companion/agentcomputer/apps/cli";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
};