diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-10 06:56:25 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-10 06:56:25 +0200 |
commit | bb947fce2bb532a1c36ab9e5ab1c2c9abced9724 (patch) | |
tree | 98deb238249e67606e2ffc7564ee5cbf05a75a73 /suweren/update.scm | |
parent | a2b0a3914e4e8de538958a7a11b8c2fe9177218c (diff) |
update: stop specifying commit in guix pull
Diffstat (limited to 'suweren/update.scm')
-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 |