Fix copy/paste error in retry-on-missing-derivation-output
This commit is contained in:
parent
f5614dd75d
commit
af377a96b2
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
||||||
(missing-derivation-output-error-path exn)
|
(missing-derivation-output-error-path exn)
|
||||||
thunk)
|
thunk)
|
||||||
(when on-exception (on-exception))
|
(when on-exception (on-exception))
|
||||||
(retry-on-missing-store-item
|
(retry-on-missing-derivation-output
|
||||||
thunk
|
thunk
|
||||||
#:on-exception on-exception))
|
#:on-exception on-exception))
|
||||||
thunk
|
thunk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue