From ad8526466cc43f99c9869601785fabd7d76e346b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Mon, 8 Oct 2012 23:13:51 +0200
Subject: [PATCH] Remove non-existent module from (guix).

* guix.scm (%public-modules): Remove `snix', since that modules doesn't
  exist yet.
---
 guix.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guix.scm b/guix.scm
index 4f6048a2ea2..8427780f470 100644
--- a/guix.scm
+++ b/guix.scm
@@ -29,7 +29,6 @@ (define %public-modules
         ftp
         http
         packages
-        snix
         store
         utils))
 
-- 
GitLab