inferior: 'cached-channel-instance' always returns a directory.
This is a followup to b1fc98d6b0
.
* guix/inferior.scm (cached-channel-instance): When AUTHENTICATE? is
false, return (derivation->output-path profile).
parent
eb614420f6
commit
a9cc79d9f3
|
@ -816,7 +816,7 @@ determines whether CHANNELS are authenticated."
|
|||
(return cached))
|
||||
(mbegin %store-monad
|
||||
(add-temp-root* (derivation->output-path profile))
|
||||
(return profile))))))))
|
||||
(return (derivation->output-path profile)))))))))
|
||||
|
||||
(define* (inferior-for-channels channels
|
||||
#:key
|
||||
|
|
Reference in New Issue