https://github.com/jonringer/python-pkgs
Python package set for use with core-pkgs
https://github.com/jonringer/python-pkgs
Last synced: 8 months ago
JSON representation
Python package set for use with core-pkgs
- Host: GitHub
- URL: https://github.com/jonringer/python-pkgs
- Owner: jonringer
- License: mit
- Created: 2024-09-09T17:51:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T01:00:55.000Z (over 1 year ago)
- Last Synced: 2025-01-31T10:34:24.822Z (over 1 year ago)
- Language: Nix
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Pkgs for poly-repo Nixpkgs
This is meant to be the central location to curate python packages for a
poly-repo nixpkgs fork.
## Structure
```
default.nix # Entry point, return pkgs + our changes in this repo
python-packages.nix # Python overlay, applied after the auto called entries in `pkgs/`
top-level.nix # top-level overlay
pkgs/ # mkAutoCalledDirectory containing all python expressions, these get auto called based on directory name
```