diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 20:30:04 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 20:30:04 +0100 |
commit | dea261e5c47111fec03bee7d907ecd5fa3d95b12 (patch) | |
tree | b34ea65da200a300a91b0db12a47838e7883c54c /makefu/2configs/tools | |
parent | 84e7a1f2221bfc7325f190aae37cf07d7b5cf7e8 (diff) |
ma tools/dev: use python37 for default python package
to have python-language-server again
Diffstat (limited to 'makefu/2configs/tools')
-rw-r--r-- | makefu/2configs/tools/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/dev.nix b/makefu/2configs/tools/dev.nix index 94e77e636..30e16f8e6 100644 --- a/makefu/2configs/tools/dev.nix +++ b/makefu/2configs/tools/dev.nix @@ -2,7 +2,7 @@ { users.users.makefu.packages = with pkgs;[ - (python3.withPackages(ps: [ + (python37.withPackages(ps: [ ps.python-language-server # the following plugins are optional, they provide type checking, import sorting and code formatting ps.pyls-mypy ps.pyls-isort ps.pyls-black |