better way to declare nix functions

This commit is contained in:
Danilo Reyes 2025-02-19 10:46:42 -06:00
parent 50d73a3833
commit 29d977d218

View File

@ -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