GNU bug report logs -
#54918
[WIP] make guix-service-type more extendable
Previous Next
Full log
View this message in rfc822 format
Hi Justin,
Justin Veilleux <terramorpha <at> cock.li> skribis:
> I realize that this change isn't trivial as it breaks some people's
> os.scm and requires updating the documentation, but I think it is a
> very low hanging fruit in terms of functionality.
I think the risk of breakage is low: the previous extension mechanism
had only one use case, qemu-binfmt. That use case is now gone, so we
should be fine.
> +(define-record-type* <guix-extension>
> + guix-extension make-guix-extension
> + guix-extension?
> + (authorized-keys guix-extension-authorized-keys ;list of gexps
> + (default '()))
> + (substitute-urls guix-extension-substitute-urls ;list of strings
> + (default '()))
> + (chroot-directories guix-extension-chroot-directories ;list of file-like/strings
> + (default '())))
I like this approach!
Together with update documentation and a changelog, it LGTM. Could you
send an updated patch?
Thanks,
Ludo’.
This bug report was last modified 2 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.