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

This commit is contained in:
Deepak Mallubhotla 2024-04-24 16:28:21 +00:00
parent eaadef3da4
commit ac9796faba
Signed by: deepak
GPG Key ID: 8F904A3FC7021497

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 .