From d5331ddd7f6fd9fc2407cdd6e3625e9084dcfdcd Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 31 Oct 2025 22:26:25 +0300 Subject: [PATCH] will this make it faster? --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0f5dab6..e985ea2 100644 --- a/justfile +++ b/justfile @@ -16,7 +16,7 @@ switch *args: check-git remove-hm-backup-files if [[ "$(hostname)" == "localhost" ]]; then nix-on-droid switch --flake . {{args}} else - nh os switch . {{args}} + nh os switch . {{args}} --accept-flake-config fi [macos]