add nix flake

This commit is contained in:
XenGi 2023-10-17 23:10:58 +02:00
parent eea0bad6c8
commit 3119a22fc2
Signed by: xengi
SSH key fingerprint: SHA256:FGp51kRvGOcWnTHiOI39ImwVO4A3fpvR30nPX3LpV7g
4 changed files with 250 additions and 212 deletions

View file

@ -1,13 +0,0 @@
.PHONY: run debug test help
run:
# run the thing
debug:
# run the thing in debug mode
test:
pytest
help:
echo "help!"