Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 699 Bytes

nix-poetry 🐍

Minimal Python development template for Nix

ci workflow

Usage

  • nix develop: opens up a bash shell with the poetry package
    • here you can execute the local ci command qa
  • nix run: runs the Python program.

Reference

  1. Determinate Systems - used for installing Nix on your machine
  2. Poetry - used for python package management
  3. Poetry2Nix - used to convert poetry projects into nix packages