From 6b334b05e869b6cdd3aec159b253be92dc2d4e6f Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 9 Mar 2025 09:22:29 +0100 Subject: [PATCH] just: Remove boot recipe since it might break the system if not rebooted --- justfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/justfile b/justfile index 75763bf..ccf14df 100644 --- a/justfile +++ b/justfile @@ -4,9 +4,6 @@ set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"] default: @just --list -boot: - nh os boot . - build: nh os build .