commit cdc57ff1087f6411cb244b96e5ae1db2d9e757ea parent 74312b39c080dc6a606adbb95b4d771d2007f200 Author: Luke Willis <lukejw@loquat.dev> Date: Wed, 12 Aug 2026 17:22:34 -0400 services: Allow ACE in CI Diffstat:
| M | system/andrew/ci.scm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/andrew/ci.scm b/system/andrew/ci.scm @@ -62,7 +62,7 @@ channeldir) #f) (spawn* "guix" - (list "guix" "pull" "-C" + (list "guix" "pull" "--unsafe-channel-evaluation" "-C" (string-append channeldir "/mt/channels.scm")) #t)