All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
9 lines
122 B
Makefile
9 lines
122 B
Makefile
|
|
# execute default build
|
|
default: test
|
|
|
|
# builds the python module using poetry
|
|
test:
|
|
sudo nixos-rebuild test --flake .
|
|
|