diff options
Diffstat (limited to 'makefu')
-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 |