node & pip
This commit is contained in:
parent
429d77c519
commit
f7340b744f
2 changed files with 14 additions and 10 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue