mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
aicomputer
This commit is contained in:
parent
b2217633e7
commit
7ae6bd1808
3 changed files with 64 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue