Added: Python
This commit is contained in:
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
|
||||
request
|
||||
numpy
|
||||
scipy
|
||||
]))
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user