diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-08 10:22:31 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-08 10:22:31 +0200 |
commit | 8e08e6a9a4bbfa1b65108e1f132d177ac8ea322a (patch) | |
tree | df6af3b3ec24baef3b1569185d4e75e679933ff5 /suweren | |
parent | 0a786ead632f27da6e34192d06902e32a6290585 (diff) |
pull-guix: pin the guix channel to a compiled commit
Diffstat (limited to 'suweren')
-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 |