Re: Help evaluating in the context of another module
Arun Isaac <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Nicolas, How about the following? (save-module-excursion (lambda () (set-current-module (resolve-module '(guix scripts pull))) (your-code-here))) Regards, Arun