Python: Difference between revisions
| Line 347: | Line 347: | ||
According to the [https://nixos.org/nixpkgs/manual/#contributing-guidelines official guidelines] for Python, new package expressions for libraries should be placed in <syntaxhighlight lang="bash" inline>pkgs/development/python-modules/<name>/default.nix</syntaxhighlight>. | According to the [https://nixos.org/nixpkgs/manual/#contributing-guidelines official guidelines] for Python, new package expressions for libraries should be placed in <syntaxhighlight lang="bash" inline>pkgs/development/python-modules/<name>/default.nix</syntaxhighlight>. | ||
Those expressions are then referenced from <code>pkgs/top-level/python-packages.nix</code> | Those expressions are then referenced from <code>pkgs/top-level/python-packages.nix</code> as in | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||