summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 7cf28ff..fa51a90 100644
--- a/justfile
+++ b/justfile
@@ -7,11 +7,11 @@ default:
os hostname='kansai':
git add .
- rui os switch --hostname {{hostname}}
+ rui os switch --hostname {{hostname}} -- --impure
home user='ebisu':
git add .
- rui home switch --user {{user}}
+ rui home switch --user {{user}} -- --impure
news user='ebisu':
rui home news --user {{user}}