mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-12-16 02:45:28 +01:00
I guess i forgot to add networking
This commit is contained in:
parent
f358915432
commit
d022103d82
18 changed files with 528 additions and 77 deletions
13
modules/python.nix
Normal file
13
modules/python.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# ...
|
||||
(python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
pandas
|
||||
requests
|
||||
spotipy
|
||||
python-dotenv
|
||||
fastapi
|
||||
uvicorn
|
||||
]))
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue