nixconf/justfile
Deepak Mallubhotla 40c0982026
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
doc: better justfile comments
2024-04-24 16:40:59 +00:00

9 lines
163 B
Makefile

# executes default, set to rebuilding current flake as test
default: test
# does a nixos-rebuild test of current flake
test:
sudo nixos-rebuild test --flake .