dev: adds justfile for easier testing
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good

This commit is contained in:
2024-04-24 16:28:21 +00:00
parent eaadef3da4
commit ac9796faba

8
justfile Normal file
View File

@@ -0,0 +1,8 @@
# execute default build
default: test
# builds the python module using poetry
test:
sudo nixos-rebuild test --flake .