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]