These patches speed up the derivation linter by reducing the number of times a connection to the guix-daemon is established. In testing on my computer, the time to lint all guix packages with the derivation linter drops from around 6 minutes to around 3 minutes. Christopher Baines (2): guix: lint: Add an optional parameter for a store connection. scripts: lint: Set the %link-checker-store-connection parameter. guix/lint.scm | 42 ++++++++++++++++++++++++++---------------- guix/scripts/lint.scm | 22 +++++++++++++--------- 2 files changed, 39 insertions(+), 25 deletions(-)