mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-07 00:22:33 +02:00
d4e4a8f9f7
Signed-off-by: Hadi <hadi@example.com>
19 lines
169 B
Nix
19 lines
169 B
Nix
{
|
|
pkgs,
|
|
pkgs-stable,
|
|
}:
|
|
(with pkgs; [
|
|
go
|
|
claude-code
|
|
])
|
|
++ (with pkgs-stable; [
|
|
nodejs
|
|
air
|
|
duckdb
|
|
docker
|
|
python3
|
|
jq
|
|
nix-prefetch-github
|
|
rsync
|
|
])
|