cript0nauta / pynixify

Nix expression generator for Python projects
GNU General Public License v3.0
66 stars 11 forks source link

Use a template system for the expression builder #27

Closed cript0nauta closed 4 years ago

cript0nauta commented 4 years ago

The code generating the Nix expression is messy. Using something like Jinja could make it easier and more maintainable.