Brendan Tildesley schreef op za 26-02-2022 om 15:32 [+1100]: > +           `(,hwdata "pci") > +           `(,hwdata "usb"))) I would put these in 'inputs', since they are kept in the closure, and I'd like to eventually automatically implicitely set #:allowed- references to make sure only (non-native) inputs make their way into the references, to catch some cross-compilation bugs early. It doesn't truly matter here though, since hwdata is architecture- independent. Greetings, Maxime.