mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Update the (guix) module.
* guix.scm (%public-modules): Update list of current second-level modules.
This commit is contained in:
parent
14da91e2f0
commit
58ddf10ea3
1 changed files with 9 additions and 2 deletions
11
guix.scm
11
guix.scm
|
@ -23,8 +23,15 @@ (define-module (guix))
|
||||||
(eval-when (eval load compile)
|
(eval-when (eval load compile)
|
||||||
(begin
|
(begin
|
||||||
(define %public-modules
|
(define %public-modules
|
||||||
'(store
|
'(build-system
|
||||||
derivations))
|
derivations
|
||||||
|
ftp-client
|
||||||
|
ftp
|
||||||
|
http
|
||||||
|
packages
|
||||||
|
snix
|
||||||
|
store
|
||||||
|
utils))
|
||||||
|
|
||||||
(for-each (let ((i (module-public-interface (current-module))))
|
(for-each (let ((i (module-public-interface (current-module))))
|
||||||
(lambda (m)
|
(lambda (m)
|
||||||
|
|
Loading…
Reference in a new issue