summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-06-27 13:44:10 +0200
committerGuix Patches Tester <>2024-06-27 15:57:43 +0200
commitca0194b9555ef894d34fb22c786e883acaf6da09 (patch)
treee06bec423eabb0904e6346fa4c33929a9bd35805
parent78d946b01162fbe986c6768800e8cfd6e70e67e5 (diff)
downloadguix-patches-issue-71793.tar
guix-patches-issue-71793.tar.gz
ui: Write down the unwritten rule.issue-71793
Quote from Ludovic: > [..] there’s the unwritten rule that non-UI modules should not load (guix > ui) [..] This commit turns it into a written rule. * guix/ui.scm: Document the import policy. Change-Id: Iedd48f5622b2b17b9e2eec817cf27f0c3a938ff2
-rw-r--r--guix/ui.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index d82fa533cc..d24886d156 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -35,6 +35,10 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
+;;; !!!!
+;;; !!!! This module shall not be imported from non-UI modules.
+;;; !!!!
+
(define-module (guix ui)
#:use-module (guix i18n)
#:use-module (guix colors)