Use the git repository fetch with authentication value
This commit is contained in:
parent
9f9c23010e
commit
03ea66cf33
2 changed files with 25 additions and 13 deletions
|
|
@ -38,7 +38,7 @@
|
|||
(mock
|
||||
((guix-data-service jobs load-new-guix-revision)
|
||||
channel->derivations-by-system
|
||||
(lambda (conn store channel)
|
||||
(lambda (conn store channel fetch-with-authentication?)
|
||||
'((x86_64-linux
|
||||
.
|
||||
((manifest-entry-item . /gnu/store/foo.drv)
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
(mock
|
||||
((guix-data-service jobs load-new-guix-revision)
|
||||
channel->derivations-by-system
|
||||
(lambda (conn store channel)
|
||||
(lambda (conn store channel fetch-with-authentication?)
|
||||
'(x86_64-linux
|
||||
.
|
||||
((manifest-entry-item . /gnu/store/foo.drv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue