parent
1522d55d88
commit
01cb099643
|
@ -34,15 +34,14 @@ in
|
||||||
"flake8"
|
"flake8"
|
||||||
"isort"
|
"isort"
|
||||||
"mypy"
|
"mypy"
|
||||||
"poetry"
|
|
||||||
"pytest"
|
"pytest"
|
||||||
"python-lsp-server"
|
|
||||||
];
|
];
|
||||||
type = with types; listOf (enum commonPackages);
|
type = with types; listOf (enum commonPackages);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.moritz.packages = map (mkPython cfg.packages) cfg.versions;
|
users.users.moritz.packages = map (mkPython cfg.packages) cfg.versions
|
||||||
|
++ [ pkgs.poetry pkgs.nodePackages.pyright ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue