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