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
- Host: GitHub
- URL: https://github.com/olebedev/ai-coding-tools
- Owner: olebedev
- Created: 2025-03-10T06:17:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T08:23:39.000Z (4 months ago)
- Last Synced: 2025-09-27T10:13:13.622Z (4 months ago)
- Topics: amp, antropic, cluade, copilot, github, nix, nix-flakes, sourcegraph
- Language: Nix
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```