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)
|
||||
(begin
|
||||
(define %public-modules
|
||||
'(store
|
||||
derivations))
|
||||
'(build-system
|
||||
derivations
|
||||
ftp-client
|
||||
ftp
|
||||
http
|
||||
packages
|
||||
snix
|
||||
store
|
||||
utils))
|
||||
|
||||
(for-each (let ((i (module-public-interface (current-module))))
|
||||
(lambda (m)
|
||||
|
|
Loading…
Reference in a new issue