Skip to content

Commit

Permalink
pythonPackages: comment explaining what's supposed to be in there
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 30, 2017
1 parent 53c2f3c commit b6cffb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/top-level/python-packages.nix
@@ -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
Expand Down

0 comments on commit b6cffb5

Please sign in to comment.