From 51f44b3f7ab260149412d89a7a11995ebb8b5061 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 19 Oct 2024 21:37:24 +0200 Subject: [PATCH] Remove sudo reauthentication before running nh --- justfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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