Adjust for the introduction of (guix narinfo)
This commit is contained in:
parent
54c5fbe9fb
commit
060df92557
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
#:use-module (rnrs bytevectors)
|
#:use-module (rnrs bytevectors)
|
||||||
#:use-module (gcrypt pk-crypto)
|
#:use-module (gcrypt pk-crypto)
|
||||||
#:use-module (gcrypt base16)
|
#:use-module (gcrypt base16)
|
||||||
#:use-module (guix scripts substitute)
|
#:use-module (guix narinfo)
|
||||||
#:use-module (guix-data-service model utils)
|
#:use-module (guix-data-service model utils)
|
||||||
#:export (select-outputs-without-known-nar-entries
|
#:export (select-outputs-without-known-nar-entries
|
||||||
select-nars-for-output
|
select-nars-for-output
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
record-narinfo-details-and-return-ids))
|
record-narinfo-details-and-return-ids))
|
||||||
|
|
||||||
(define narinfo-contents
|
(define narinfo-contents
|
||||||
(@@ (guix scripts substitute) narinfo-contents))
|
(@@ (guix narinfo) narinfo-contents))
|
||||||
|
|
||||||
(define (record-narinfo-details-and-return-ids conn build-server-id narinfos)
|
(define (record-narinfo-details-and-return-ids conn build-server-id narinfos)
|
||||||
(define data
|
(define data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue