better way to declare nix functions
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
}
|
||||
++ [
|
||||
(pkgs.python3.withPackages (
|
||||
_ps:
|
||||
ps:
|
||||
builtins.attrValues {
|
||||
inherit (pkgs.python3Packages)
|
||||
inherit (ps)
|
||||
black # Python code formatter
|
||||
editorconfig # follow rules of contributin
|
||||
flake8 # wraper for pyflakes, pycodestyle and mccabe
|
||||
|
||||
Reference in New Issue
Block a user