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, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||
python3
|
||||
python310
|
||||
python39Packages.pip
|
||||
python39Packages.black
|
||||
(with python39Packages; [
|
||||
pip
|
||||
black
|
||||
mypy
|
||||
])
|
||||
python-language-server
|
||||
|
||||
python310
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue