summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 20:30:04 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 20:30:04 +0100
commitdea261e5c47111fec03bee7d907ecd5fa3d95b12 (patch)
treeb34ea65da200a300a91b0db12a47838e7883c54c
parent84e7a1f2221bfc7325f190aae37cf07d7b5cf7e8 (diff)
ma tools/dev: use python37 for default python package
to have python-language-server again
-rw-r--r--makefu/2configs/tools/dev.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/dev.nix b/makefu/2configs/tools/dev.nix
index 94e77e63..30e16f8e 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