doc: better justfile comments
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
9f8ceed594
commit
40c0982026
4
justfile
4
justfile
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
# execute default build
|
# executes default, set to rebuilding current flake as test
|
||||||
default: test
|
default: test
|
||||||
|
|
||||||
# builds the python module using poetry
|
# does a nixos-rebuild test of current flake
|
||||||
test:
|
test:
|
||||||
sudo nixos-rebuild test --flake .
|
sudo nixos-rebuild test --flake .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user