pythonPackages: comment explaining what's supposed to be in there

This commit is contained in:
Frederik Rietdijk 2017-04-30 12:45:32 +02:00
parent 53c2f3c52e
commit b6cffb5d58

View file

@ -1,3 +1,11 @@
# This file contains the Python packages set.
# Each attribute is a Python library or a helper function.
# Expressions for Python libraries are supposed to be in `pkgs/development/python-modules/<name>/default.nix`.
# Python packages that do not need to be available for each interpreter version do not belong in this packages set.
# Examples are Python-based cli tools.
#
# For more details, please see the Python section in the Nixpkgs manual.
{ pkgs
, stdenv
, python