summaryrefslogtreecommitdiff
path: root/izumi.org
diff options
context:
space:
mode:
Diffstat (limited to 'izumi.org')
-rw-r--r--izumi.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/izumi.org b/izumi.org
index 0b1bfcb..ee4c904 100644
--- a/izumi.org
+++ b/izumi.org
@@ -802,7 +802,7 @@
(pull-guix "guix pull ")
(reconfigure-home
(string-append
- "git pull "
+ "git pull --rebase=true "
configuration-prefix
and
"guix home reconfigure "
@@ -810,7 +810,7 @@
"home-configuration.scm"))
(reconfigure-system
(string-append
- "git pull "
+ "git pull --rebase=true "
configuration-prefix
and
"sudo guix system reconfigure "