summaryrefslogtreecommitdiff
path: root/gnu/services/guix.scm
diff options
context:
space:
mode:
authorThéo Tyburn <theo.tyburn@posteo.net>2026-06-03 10:56:10 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-31 11:00:19 +0900
commitc62ebcd02c2eb190ab5dc157475ef4a93a1c7581 (patch)
treef178f262874978ac0be45e5499db5cc2d63248fe /gnu/services/guix.scm
parent30cb1f541eb99b0fbbec1f8f29796151103c5f2b (diff)
doc: Move Commentary above module definition.
Merges: https://codeberg.org/guix/guix/pulls/9052 Reviewed-by: Ludovic Courtès <ludo@gnu.org> Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/services/guix.scm')
-rw-r--r--gnu/services/guix.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index adf4990fde4..93f526d1c08 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -19,6 +19,12 @@
19;;; You should have received a copy of the GNU General Public License 19;;; You should have received a copy of the GNU General Public License
20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
21 21
22;;;; Commentary:
23;;;
24;;; Services specifically related to GNU Guix.
25;;;
26;;;; Code:
27
22(define-module (gnu services guix) 28(define-module (gnu services guix)
23 #:use-module (srfi srfi-1) 29 #:use-module (srfi srfi-1)
24 #:use-module (ice-9 match) 30 #:use-module (ice-9 match)
@@ -165,12 +171,6 @@
165 shared-cache-configuration 171 shared-cache-configuration
166 user-cache)) 172 user-cache))
167 173
168;;;; Commentary:
169;;;
170;;; Services specifically related to GNU Guix.
171;;;
172;;;; Code:
173
174(define-record-type* <guix-build-coordinator-configuration> 174(define-record-type* <guix-build-coordinator-configuration>
175 guix-build-coordinator-configuration make-guix-build-coordinator-configuration 175 guix-build-coordinator-configuration make-guix-build-coordinator-configuration
176 guix-build-coordinator-configuration? 176 guix-build-coordinator-configuration?