diff options
-rw-r--r-- | suweren/update.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suweren/update.scm b/suweren/update.scm index 31a14e3..7afe25c 100644 --- a/suweren/update.scm +++ b/suweren/update.scm @@ -25,7 +25,7 @@ ;; string (define pull-guix - "guix pull --commit=2b8101b9edfebd763f5375cb25f9cf50b982b67a") + "guix pull") ;; string (define collect-garbage |