diff options
author | lassulus <lassulus@lassul.us> | 2022-12-12 19:10:52 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-12-12 19:10:52 +0100 |
commit | 3884243448869bdf09f6434b385e532c7c26ae88 (patch) | |
tree | 9e8c97496da7a251637935a41c3ee93ffdf887cd /jeschli/2configs/python.nix | |
parent | 691f8a1d46a121f78b788cec6fefca48f25af38b (diff) |
RIP jeschli
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 - ]; -} |