nixpkgs/pkgs/development/python-modules/pre-commit
Jean-Philippe Braun ec46eaadbf pre-commit: use buildPythonPackage
Allows to build a python env with pre_commit module:

  python3.withPackages(p: [p.pre-commit])

pre-commit is already converted to an application in `git-and-tools/default.nix`:

  pre-commit = pkgs.python3Packages.toPythonApplication pkgs.python3Packages.pre-commit;

So that it can still be installed as a standalone application.
2020-05-20 12:35:22 +02:00
..
default.nix pre-commit: use buildPythonPackage 2020-05-20 12:35:22 +02:00
hook-tmpl-use-the-hardcoded-path-to-pre-commit.patch