mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 03:00:41 +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
|
texliveFull
|
||||||
yt-dlp
|
yt-dlp
|
||||||
])
|
])
|
||||||
++ [
|
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||||
agentcomputerPackage
|
agentcomputerPackage
|
||||||
|
]
|
||||||
|
++ [
|
||||||
openspecPackage
|
openspecPackage
|
||||||
]
|
]
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue