feat: add nix flake

This commit is contained in:
2026-03-22 17:59:19 -04:00
parent 3232e797c8
commit 3cef04a4b6
40 changed files with 483 additions and 66 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "errornocord"
version = "0.1.0"
[project.scripts]
errornocord = "errornocord.main:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["errornocord*"]