Update for the changes around (guix scripts substitute)

There's now a better (guix substitutes) module to use.
This commit is contained in:
Christopher Baines 2021-04-09 11:27:19 +01:00
parent 410f58cb43
commit df2a0a73f1
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@
(define-module (guix-data-service substitutes)
#:use-module (srfi srfi-1)
#:use-module (ice-9 match)
#:use-module (guix scripts substitute)
#:use-module (guix substitutes)
#:use-module (guix narinfo)
#:use-module (guix-data-service database)
#:use-module (guix-data-service model build-server)