mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 22:52:41 +02:00
feat: idols-akane - more packages
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
nodejs_24
|
||||||
|
pnpm
|
||||||
|
|
||||||
|
#-- python
|
||||||
|
conda
|
||||||
|
(python313.withPackages (
|
||||||
|
ps: with ps; [
|
||||||
|
pipx # Install and Run Python Applications in Isolated Environments
|
||||||
|
uv # python project package manager
|
||||||
|
|
||||||
|
pandas
|
||||||
|
requests
|
||||||
|
pyquery
|
||||||
|
pyyaml
|
||||||
|
numpy
|
||||||
|
|
||||||
|
huggingface-hub # huggingface-cli
|
||||||
|
]
|
||||||
|
))
|
||||||
|
|
||||||
|
rustc
|
||||||
|
cargo # rust package manager
|
||||||
|
go
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user