summaryrefslogtreecommitdiff
path: root/default.nix
AgeCommit message (Collapse)Author
8 daysbuild: add smoke testHEADmasterMartin Fischer
9 daysfeat: improve loggingMartin Fischer
9 daysbuild: use npinsMartin Fischer
9 daysbuild: switch from setuptools to hatchlingMartin Fischer
For reproducible builds and also so that you no longer need `--config-settings editable_mode=compat` for pip install to make it work with Pyright. Neither of these concerns really affect osm-proposals since I am not publishing the package on PyPI nor does it expose any library but I have other packages where they do apply and to simplify maintenance I want to use the same build backend for all of my projects.
12 daystest: add basic tests for parse_proposalMartin Fischer
2025-03-09build: introduce NixOS package & serviceMartin Fischer