diff --git a/justfile b/justfile index 78371aa..707fc77 100644 --- a/justfile +++ b/justfile @@ -1,18 +1,16 @@ set quiet := true -rebuild := "sudo -v && nh os" - default: just --list --unsorted switch: - {{ rebuild }} switch . + nh os switch . test: - {{ rebuild }} test . + nh os test . boot: - {{ rebuild }} boot . + nh os boot . reboot: boot reboot