mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
make agentcomputer-cli darwin-only (local path input)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b017d4985e
commit
a74c0b42be
1 changed files with 3 additions and 1 deletions
|
|
@ -130,8 +130,10 @@ in {
|
|||
texliveFull
|
||||
yt-dlp
|
||||
])
|
||||
++ [
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
agentcomputerPackage
|
||||
]
|
||||
++ [
|
||||
openspecPackage
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue