just: Remove boot recipe since it might break the system if not rebooted
This commit is contained in:
parent
c1eb392528
commit
6b334b05e8
1 changed files with 0 additions and 3 deletions
3
justfile
3
justfile
|
@ -4,9 +4,6 @@ set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
|
||||||
default:
|
default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
boot:
|
|
||||||
nh os boot .
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
nh os build .
|
nh os build .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue