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 7afe25c..97de4fe 100644 --- a/suweren/update.scm +++ b/suweren/update.scm @@ -25,7 +25,7 @@ ;; string (define pull-guix - "guix pull") + "guix pull --commit=60e332adae600e230efb76e4027b764e3ae2c7dc") ;; string (define collect-garbage |