Fix copy/paste error in retry-on-missing-derivation-output

This commit is contained in:
Christopher Baines 2025-04-18 11:01:04 +01:00
parent f5614dd75d
commit af377a96b2

View file

@ -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