will this make it faster?
This commit is contained in:
parent
09bd0051f9
commit
d5331ddd7f
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -16,7 +16,7 @@ switch *args: check-git remove-hm-backup-files
|
||||||
if [[ "$(hostname)" == "localhost" ]]; then
|
if [[ "$(hostname)" == "localhost" ]]; then
|
||||||
nix-on-droid switch --flake . {{args}}
|
nix-on-droid switch --flake . {{args}}
|
||||||
else
|
else
|
||||||
nh os switch . {{args}}
|
nh os switch . {{args}} --accept-flake-config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[macos]
|
[macos]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue