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