From ac7dec3064233be6711f4c28c2cf700e71ac87be Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sat, 1 Mar 2025 15:42:54 +0000 Subject: [PATCH] (zilch core file): don't bother substituting files --- core/src/file.sld | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/file.sld b/core/src/file.sld index a1b3131..80bd0f4 100644 --- a/core/src/file.sld +++ b/core/src/file.sld @@ -216,6 +216,7 @@ (zexp (("src" . ".attr-1s42g1c76fxb77skzq0b4wdhcrg8jmzb54czmxvh1qm7psgsbcni") ("contents" . (zexp-unquote (call-with-port (open-output-bytevector) (lambda (port) (parameterize ((current-output-port port)) (serialize-as-tar val "-")) (get-output-bytevector port))))) ("passAsFile" . "contents") + ("allowSubstitutes" . "") ("channelName" . "-"))) '("out"))) (cdar drv))))