j: extract python development into seperate nix file
This commit is contained in:
parent
0886027a4a
commit
5a5f899d71
9
jeschli/2configs/python.nix
Normal file
9
jeschli/2configs/python.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
python37
|
||||||
|
python37Packages.pip
|
||||||
|
pipenv
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user