node & pip

This commit is contained in:
Julian Sutter 2025-04-14 13:01:35 -07:00
parent 429d77c519
commit f7340b744f
2 changed files with 14 additions and 10 deletions

View file

@ -3,9 +3,13 @@
{
environment.systemPackages = with pkgs; [
(python3.withPackages(ps: with ps; [ pandas requests ]))
(python3.withPackages(ps: with ps; [ pandas requests python-dotenv pip ]))
nodejs
rpi-imager
windsurf
nodejs
];
programs.nix-ld.enable = true;
}