Fix squee compatability issues for serving derivations
This commit is contained in:
parent
d8e0b24e4c
commit
e85131a004
1 changed files with 2 additions and 2 deletions
|
|
@ -1299,8 +1299,8 @@ WHERE derivation_source_files.store_path = $1"
|
|||
(double-quote
|
||||
(string-append
|
||||
(if recursive? "r:" "")
|
||||
hash-algorithm))
|
||||
(double-quote hash)))))
|
||||
(or hash-algorithm "")))
|
||||
(double-quote (or hash ""))))))
|
||||
derivation-outputs))
|
||||
;; Inputs
|
||||
,(square-brackets-list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue