just: Remove boot recipe since it might break the system if not rebooted

This commit is contained in:
Daniel Lundin 2025-03-09 09:22:29 +01:00
parent c1eb392528
commit 6b334b05e8
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -4,9 +4,6 @@ set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
default:
@just --list
boot:
nh os boot .
build:
nh os build .