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