diff options
Diffstat (limited to 'izumi.org')
-rw-r--r-- | izumi.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -806,7 +806,7 @@ (string-append "git -C " configuration-prefix - " pull " + " pull --rebase=true " and "guix home reconfigure " configuration-prefix @@ -815,7 +815,7 @@ (string-append "git -C " configuration-prefix - " pull " + " pull --rebase=true " and "sudo guix system reconfigure " configuration-prefix |