mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
languages/python: fix isort package
This commit is contained in:
parent
e3b55d9798
commit
bdfad60e34
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ with builtins; let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
isort = {
|
isort = {
|
||||||
package = pkgs.black;
|
package = pkgs.isort;
|
||||||
nullConfig = ''
|
nullConfig = ''
|
||||||
table.insert(
|
table.insert(
|
||||||
ls_sources,
|
ls_sources,
|
||||||
|
|
Loading…
Reference in a new issue