An open API service indexing awesome lists of open source software.

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

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)