Files
nixpkgs/pkgs/development/python-modules
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
..
2020-05-15 14:05:03 +02:00
2020-05-18 01:45:30 +02:00
2020-05-18 18:06:30 -07:00
2020-05-14 16:45:56 -07:00
2020-05-09 04:54:15 +00:00
2020-05-09 07:25:08 +00:00
2020-05-11 19:08:01 +02:00
2020-05-06 09:47:34 -07:00
2020-05-08 06:47:30 +02:00
2020-05-11 12:16:22 -07:00
2020-05-09 12:11:44 +02:00
2020-05-07 11:17:56 -07:00
2020-05-08 09:23:18 -07:00
2020-05-12 18:33:12 -07:00