better way to declare nix functions

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

View File

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