diff options
Diffstat (limited to 'jeschli/2configs/python.nix')
-rw-r--r-- | jeschli/2configs/python.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jeschli/2configs/python.nix b/jeschli/2configs/python.nix new file mode 100644 index 000000000..0c32e1fc8 --- /dev/null +++ b/jeschli/2configs/python.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + python37 + python37Packages.pip + pipenv + ]; +} |