Hey, I tried out the example in the Cuirass README [1], but I don't think it worked. 1: http://git.savannah.nongnu.org/cgit/guix/guix-cuirass.git/tree/README#n46 I see the following in the standard output: 2018-11-01T20:55:43 evaluating spec 'guix-master' Backtrace: 5 (primitive-load-path "gnu/system/examples/bare-bones.tmpl") In ice-9/eval.scm: 293:34 4 (_ #(#(#(#(#(#(#(# …) …) …) …) …) …) …)) 163:9 3 (_ #(#(#(#(#(#(#(# …) …) …) …) …) …) …)) 159:9 2 (_ #(#(#(#(#(#(#(# …) …) …) …) …) …) …)) 223:20 1 (proc #(#(#(#(#(#(#(# …) …) …) …) …) …) …)) In unknown file: 0 (%resolve-variable (7 . dhcp-client-service-type) #) ERROR: In procedure %resolve-variable: error: dhcp-client-service-type: unbound variable 2018-11-01T20:55:44 failed to evaluate spec 'guix-master' I assume something has actually gone wrong, but I have no idea where this error is coming from, I can't even find primitive-load-path called from anywhere in cuirass or guix. Any ideas? Thanks, Chris