mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
868c215895
Signed-off-by: Hadi <hadi@example.com>
24 lines
246 B
Nix
24 lines
246 B
Nix
{
|
|
pkgs,
|
|
pkgs-stable,
|
|
inputs,
|
|
system,
|
|
}:
|
|
(with pkgs; [
|
|
go
|
|
bun
|
|
nodejs
|
|
claude-code
|
|
inputs.bun2nix.packages.${system}.default
|
|
])
|
|
++ (with pkgs-stable; [
|
|
air
|
|
duckdb
|
|
docker
|
|
python3
|
|
jq
|
|
just
|
|
nix-prefetch-github
|
|
rsync
|
|
])
|