will this make it faster?

This commit is contained in:
Osman Faruk Bayram 2025-10-31 22:26:25 +03:00
parent 09bd0051f9
commit d5331ddd7f

View file

@ -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]