Fix exception message
This commit is contained in:
parent
a3d0e72e48
commit
0e11540fe3
1 changed files with 1 additions and 3 deletions
|
|
@ -2242,9 +2242,7 @@ WHERE builder != 'builtin:download'
|
|||
|
||||
(unless derivation-file-name-for-current-system
|
||||
(raise-exception
|
||||
(make-exception-with-message
|
||||
(simple-format #f "Failed to generate store item for ~A\n"
|
||||
commit))))
|
||||
(make-exception-with-message "failed to generate store item")))
|
||||
|
||||
(let ((derivation-for-current-system
|
||||
(read-derivation-from-file derivation-file-name-for-current-system)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue