Post #2870202
2026-05-12 16:08 UTC
@khinsen@scholar.social About loading manifest.scm inside isolated Guile environment, it might be more annoying than expected. For instance, channels.scm files are usually very boilerplate and already two reports:
https://codeberg.org/guix/guix/issues/8519
https://codeberg.org/guix/guix/issues/8573
Well, an option for being able to isolate might be helpful but it should not be the default for manifest.scm file, IMHO.
@civodul@toot.aquilenet.fr
Replies (2)
-
@civodul@toot.aquilenet.fr 2026-05-12 16:10
@zimoun@social.sciences.re Only channel files are isolated, not manifests. @khinsen@scholar.social
-
@khinsen@scholar.social 2026-05-12 18:24
@zimoun@social.sciences.re So... channel files run in a sandbox even if they are local files? That sounds like an unnecessary restriction likely to break many of them. I thought they were isolated only when loaded from a URL (or SWHID). @civodul@toot.aquilenet.fr