localhost is a scary hostname
This commit is contained in:
parent
a4badfb206
commit
27a8173248
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -13,7 +13,7 @@ build *args: check-git
|
|||
[linux]
|
||||
switch *args: check-git
|
||||
#!/usr/bin/env sh
|
||||
if [[ "$(hostname)" == "nix-on-droid" ]]; then
|
||||
if [[ "$(hostname)" == "localhost" ]]; then
|
||||
nix-on-droid switch --flake .
|
||||
else
|
||||
nh os switch .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue