Hello,
> I was missing that, thank you. Unfortunately, it did not change the > error. That's unfortunate. I tried the following specification: --8<---------------cut here---------------start------------->8--- (list '((#:name . "my-packages" (#:load-path-inputs . ("guix")) (#:package-path-inputs . ("divoplade-site")) (#:proc-input . "guix") (#:proc-file . "build-aux/cuirass/gnu-system.scm") (#:proc . cuirass-jobs) (#:proc-args (subset "pomdappi" "update-gandi" "index-page" "orange-livebox-ipv4")) (#:inputs . (((#:name . "divoplade-site") (#:url . "file:///home/mathieu/tmp/divoplade-site/") (#:load-path . ".") (#:branch . "master") (#:no-compile? . #t)) ((#:name . "guix") (#:url . "git://git.savannah.gnu.org/guix.git") (#:load-path . ".") (#:branch . "master") (#:no-compile? . #t)))) (#:build-outputs . ()))) --8<---------------cut here---------------end--------------->8--- by running Cuirass with the following command: --8<---------------cut here---------------start------------->8--- ./pre-inst-env cuirass -S ~/tmp/test.scm -D test.db --8<---------------cut here---------------end--------------->8--- directly from a Cuirass checkout. It works fine here, not sure what's wrong with the service. Mathieu