summaryrefslogtreecommitdiff
path: root/gnu/services/base.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/base.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/base.scm')
-rw-r--r--gnu/services/base.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 5108187d1ee..4bfc484b898 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -40,6 +40,13 @@
40;;; You should have received a copy of the GNU General Public License 40;;; You should have received a copy of the GNU General Public License
41;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 41;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
42 42
43;;; Commentary:
44;;;
45;;; Base system services---i.e., services that 99% of the users will want to
46;;; use.
47;;;
48;;; Code:
49
43(define-module (gnu services base) 50(define-module (gnu services base)
44 #:use-module (guix store) 51 #:use-module (guix store)
45 #:use-module (guix deprecation) 52 #:use-module (guix deprecation)
@@ -321,13 +328,6 @@
321 328
322 %base-services)) 329 %base-services))
323 330
324;;; Commentary:
325;;;
326;;; Base system services---i.e., services that 99% of the users will want to
327;;; use.
328;;;
329;;; Code:
330
331 331
332 332
333;;; 333;;;