feat/refactor: add mypy, change python39Packages format
This commit is contained in:
parent
eb1d19c382
commit
81aff46374
1 changed files with 9 additions and 5 deletions
|
@ -1,9 +1,13 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||||
python3
|
python3
|
||||||
python310
|
(with python39Packages; [
|
||||||
python39Packages.pip
|
pip
|
||||||
python39Packages.black
|
black
|
||||||
|
mypy
|
||||||
|
])
|
||||||
python-language-server
|
python-language-server
|
||||||
|
|
||||||
|
python310
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue