An open API service indexing awesome lists of open source software.

https://github.com/olebedev/ai-coding-tools

A Nix flake that contains bunch of ai coding clis
https://github.com/olebedev/ai-coding-tools

amp antropic cluade copilot github nix nix-flakes sourcegraph

Last synced: 3 months ago
JSON representation

A Nix flake that contains bunch of ai coding clis

Awesome Lists containing this project

README

          

# ai-coding-tools

This Nix flake includes:

- @anthropic-ai/claude-code npm package as `claude` nix package
- @github/copilot npm package as `copilot` nix package
- @sourcegraph/amp npm package as `amp` nix package

### Install

One of these packages, for example `claude`:

```
$ nix profile install github:olebedev/ai-coding-tools#claude
```

Or you can install all packages:

```
$ nix profile install github:olebedev/ai-coding-tools
```