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, 0 insertions, 9 deletions
diff --git a/jeschli/2configs/python.nix b/jeschli/2configs/python.nix
deleted file mode 100644
index 0c32e1fc..00000000
--- a/jeschli/2configs/python.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- environment.systemPackages = with pkgs; [
- python37
- python37Packages.pip
- pipenv
- ];
-}