https://github.com/juspay/python-nix-template
WIP: A simple Nix project template for Python projects
https://github.com/juspay/python-nix-template
Last synced: about 1 year ago
JSON representation
WIP: A simple Nix project template for Python projects
- Host: GitHub
- URL: https://github.com/juspay/python-nix-template
- Owner: juspay
- License: gpl-3.0
- Created: 2025-03-28T17:30:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T18:14:57.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:33:50.841Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-nix-template
WIP: A simple Nix project template for Python projects
## Details
Based on [uv2nix's hello-world example](https://github.com/pyproject-nix/uv2nix/tree/master/templates/hello-world). More to come!
## IDE Integration
### Zed
https://zed.dev/docs/languages/python
## External links
- [uv2nix original announcement](https://discourse.nixos.org/t/uv2nix-build-develop-python-projects-using-uv-with-nix/58563)
## Credits
- This template is originally based on [uv2nix examples](https://github.com/pyproject-nix/uv2nix/tree/master/templates/hello-world)