Fix squee compatability issues for serving derivations

This commit is contained in:
Christopher Baines 2021-01-02 10:55:25 +00:00
parent d8e0b24e4c
commit e85131a004

View file

@ -1299,8 +1299,8 @@ WHERE derivation_source_files.store_path = $1"
(double-quote (double-quote
(string-append (string-append
(if recursive? "r:" "") (if recursive? "r:" "")
hash-algorithm)) (or hash-algorithm "")))
(double-quote hash))))) (double-quote (or hash ""))))))
derivation-outputs)) derivation-outputs))
;; Inputs ;; Inputs
,(square-brackets-list ,(square-brackets-list