guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: system: images: Add a TODO comment.


From: guix-commits
Subject: 01/05: system: images: Add a TODO comment.
Date: Sun, 25 Sep 2022 03:28:29 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 2784fcf14d1ddb1bda28b44a433864dd3bd8333c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 25 09:25:49 2022 +0200

    system: images: Add a TODO comment.
    
    * gnu/system/image.scm (system-tarball-image): Add it.
---
 gnu/system/image.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 2eec6fcbab..5fc0d55d9a 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -715,10 +715,11 @@ output file."
                                #:substitutable? ,substitutable?))))
 
 
-;;
-;; Tarball image.
-;;
+;;;
+;;; Tarball image.
+;;;
 
+;; TODO: Some bits can be factorized with (guix scripts pack).
 (define* (system-tarball-image image
                                #:key
                                (name "image")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]